pub struct RestoreSnapshotSummary {
pub all_members_have_module_hash: bool,
pub all_members_have_wasm_hash: bool,
pub all_members_have_code_version: bool,
pub all_members_have_checksum: bool,
pub members_with_module_hash: usize,
pub members_with_wasm_hash: usize,
pub members_with_code_version: usize,
pub members_with_checksum: usize,
}Expand description
RestoreSnapshotSummary
Fields§
§all_members_have_module_hash: bool§all_members_have_wasm_hash: bool§all_members_have_code_version: bool§all_members_have_checksum: bool§members_with_module_hash: usize§members_with_wasm_hash: usize§members_with_code_version: usize§members_with_checksum: usizeTrait Implementations§
Source§impl Clone for RestoreSnapshotSummary
impl Clone for RestoreSnapshotSummary
Source§fn clone(&self) -> RestoreSnapshotSummary
fn clone(&self) -> RestoreSnapshotSummary
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 RestoreSnapshotSummary
impl Debug for RestoreSnapshotSummary
Source§impl<'de> Deserialize<'de> for RestoreSnapshotSummary
impl<'de> Deserialize<'de> for RestoreSnapshotSummary
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 RestoreSnapshotSummary
impl PartialEq for RestoreSnapshotSummary
Source§impl Serialize for RestoreSnapshotSummary
impl Serialize for RestoreSnapshotSummary
impl Eq for RestoreSnapshotSummary
impl StructuralPartialEq for RestoreSnapshotSummary
Auto Trait Implementations§
impl Freeze for RestoreSnapshotSummary
impl RefUnwindSafe for RestoreSnapshotSummary
impl Send for RestoreSnapshotSummary
impl Sync for RestoreSnapshotSummary
impl Unpin for RestoreSnapshotSummary
impl UnsafeUnpin for RestoreSnapshotSummary
impl UnwindSafe for RestoreSnapshotSummary
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