Struct StoredManifest
pub struct StoredManifest {
pub digest: B256,
pub media_type: String,
pub bytes: Bytes,
}Fields§
§digest: B256§media_type: String§bytes: BytesTrait Implementations§
§impl Clone for StoredManifest
impl Clone for StoredManifest
§fn clone(&self) -> StoredManifest
fn clone(&self) -> StoredManifest
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 StoredManifest
impl RefUnwindSafe for StoredManifest
impl Send for StoredManifest
impl Sync for StoredManifest
impl Unpin for StoredManifest
impl UnsafeUnpin for StoredManifest
impl UnwindSafe for StoredManifest
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