pub struct BlobAnnotation {
pub manifest: String,
pub path: String,
}Fields§
§manifest: StringPath to the package’s manifest.
path: StringPath of blob in package.
Trait Implementations§
Source§impl Clone for BlobAnnotation
impl Clone for BlobAnnotation
Source§fn clone(&self) -> BlobAnnotation
fn clone(&self) -> BlobAnnotation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlobAnnotation
impl Debug for BlobAnnotation
Auto Trait Implementations§
impl Freeze for BlobAnnotation
impl RefUnwindSafe for BlobAnnotation
impl Send for BlobAnnotation
impl Sync for BlobAnnotation
impl Unpin for BlobAnnotation
impl UnwindSafe for BlobAnnotation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more