pub struct IncrementalSnapshotV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub revision: IncrementalRevisionV0,
pub nodes: Vec<IncrementalSnapshotNodeV0>,
}Fields§
§schema_version: &'static str§product: &'static str§revision: IncrementalRevisionV0§nodes: Vec<IncrementalSnapshotNodeV0>Trait Implementations§
Source§impl Clone for IncrementalSnapshotV0
impl Clone for IncrementalSnapshotV0
Source§fn clone(&self) -> IncrementalSnapshotV0
fn clone(&self) -> IncrementalSnapshotV0
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 moreSource§impl Debug for IncrementalSnapshotV0
impl Debug for IncrementalSnapshotV0
Source§impl PartialEq for IncrementalSnapshotV0
impl PartialEq for IncrementalSnapshotV0
Source§impl Serialize for IncrementalSnapshotV0
impl Serialize for IncrementalSnapshotV0
impl Eq for IncrementalSnapshotV0
impl StructuralPartialEq for IncrementalSnapshotV0
Auto Trait Implementations§
impl Freeze for IncrementalSnapshotV0
impl RefUnwindSafe for IncrementalSnapshotV0
impl Send for IncrementalSnapshotV0
impl Sync for IncrementalSnapshotV0
impl Unpin for IncrementalSnapshotV0
impl UnsafeUnpin for IncrementalSnapshotV0
impl UnwindSafe for IncrementalSnapshotV0
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