pub struct V3SnapshotInfo {
pub header: Option<Value>,
pub consensus_info: Option<Value>,
}Expand description
Snapshot information
Fields§
§header: Option<Value>Snapshot header
consensus_info: Option<Value>Consensus genesis document
Trait Implementations§
Source§impl Clone for V3SnapshotInfo
impl Clone for V3SnapshotInfo
Source§fn clone(&self) -> V3SnapshotInfo
fn clone(&self) -> V3SnapshotInfo
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 V3SnapshotInfo
impl Debug for V3SnapshotInfo
Source§impl<'de> Deserialize<'de> for V3SnapshotInfo
impl<'de> Deserialize<'de> for V3SnapshotInfo
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 PartialEq for V3SnapshotInfo
impl PartialEq for V3SnapshotInfo
Source§impl Serialize for V3SnapshotInfo
impl Serialize for V3SnapshotInfo
impl StructuralPartialEq for V3SnapshotInfo
Auto Trait Implementations§
impl Freeze for V3SnapshotInfo
impl RefUnwindSafe for V3SnapshotInfo
impl Send for V3SnapshotInfo
impl Sync for V3SnapshotInfo
impl Unpin for V3SnapshotInfo
impl UnsafeUnpin for V3SnapshotInfo
impl UnwindSafe for V3SnapshotInfo
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