Struct ostree_ext::chunking::ObjectSourceMetaSized
source · pub struct ObjectSourceMetaSized { /* private fields */ }Expand description
Object metadata, but with additional size data
Trait Implementations§
source§impl Debug for ObjectSourceMetaSized
impl Debug for ObjectSourceMetaSized
source§impl<'de> Deserialize<'de> for ObjectSourceMetaSized
impl<'de> Deserialize<'de> for ObjectSourceMetaSized
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ObjectSourceMetaSized
impl Hash for ObjectSourceMetaSized
source§impl PartialEq<ObjectSourceMetaSized> for ObjectSourceMetaSized
impl PartialEq<ObjectSourceMetaSized> for ObjectSourceMetaSized
source§impl Serialize for ObjectSourceMetaSized
impl Serialize for ObjectSourceMetaSized
impl Eq for ObjectSourceMetaSized
Auto Trait Implementations§
impl RefUnwindSafe for ObjectSourceMetaSized
impl !Send for ObjectSourceMetaSized
impl !Sync for ObjectSourceMetaSized
impl Unpin for ObjectSourceMetaSized
impl UnwindSafe for ObjectSourceMetaSized
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