Struct StoredBlob
pub struct StoredBlob {
pub digest: B256,
pub path: PathBuf,
pub size: u64,
}Fields§
§digest: B256§path: PathBuf§size: u64Trait Implementations§
§impl Clone for StoredBlob
impl Clone for StoredBlob
§fn clone(&self) -> StoredBlob
fn clone(&self) -> StoredBlob
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 moreAuto Trait Implementations§
impl Freeze for StoredBlob
impl RefUnwindSafe for StoredBlob
impl Send for StoredBlob
impl Sync for StoredBlob
impl Unpin for StoredBlob
impl UnsafeUnpin for StoredBlob
impl UnwindSafe for StoredBlob
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