pub struct VerifiedObject {
pub hash: Hash32,
pub kind: ObjectKind,
pub bytes: Vec<u8>,
}Fields§
§hash: Hash32§kind: ObjectKind§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for VerifiedObject
impl Clone for VerifiedObject
Source§fn clone(&self) -> VerifiedObject
fn clone(&self) -> VerifiedObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VerifiedObject
impl RefUnwindSafe for VerifiedObject
impl Send for VerifiedObject
impl Sync for VerifiedObject
impl Unpin for VerifiedObject
impl UnsafeUnpin for VerifiedObject
impl UnwindSafe for VerifiedObject
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