pub struct SnapshotChunkRef {
pub id: String,
pub byte_length: i64,
pub sha256: String,
pub encoding: String,
pub compression: String,
}Fields§
§id: String§byte_length: i64§sha256: String§encoding: String§compression: StringTrait Implementations§
Source§impl Clone for SnapshotChunkRef
impl Clone for SnapshotChunkRef
Source§fn clone(&self) -> SnapshotChunkRef
fn clone(&self) -> SnapshotChunkRef
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 moreSource§impl Debug for SnapshotChunkRef
impl Debug for SnapshotChunkRef
Source§impl<'de> Deserialize<'de> for SnapshotChunkRef
impl<'de> Deserialize<'de> for SnapshotChunkRef
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
Auto Trait Implementations§
impl Freeze for SnapshotChunkRef
impl RefUnwindSafe for SnapshotChunkRef
impl Send for SnapshotChunkRef
impl Sync for SnapshotChunkRef
impl Unpin for SnapshotChunkRef
impl UnsafeUnpin for SnapshotChunkRef
impl UnwindSafe for SnapshotChunkRef
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