pub struct NativeMetadataStateSummary {
pub protocol_version: String,
pub generated_at_unix_ms: u128,
pub last_loaded_from: Option<String>,
pub last_healed_at_unix_ms: Option<u128>,
}Fields§
§protocol_version: String§generated_at_unix_ms: u128§last_loaded_from: Option<String>§last_healed_at_unix_ms: Option<u128>Trait Implementations§
Source§impl Clone for NativeMetadataStateSummary
impl Clone for NativeMetadataStateSummary
Source§fn clone(&self) -> NativeMetadataStateSummary
fn clone(&self) -> NativeMetadataStateSummary
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 NativeMetadataStateSummary
impl Debug for NativeMetadataStateSummary
impl Eq for NativeMetadataStateSummary
Source§impl PartialEq for NativeMetadataStateSummary
impl PartialEq for NativeMetadataStateSummary
Source§fn eq(&self, other: &NativeMetadataStateSummary) -> bool
fn eq(&self, other: &NativeMetadataStateSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeMetadataStateSummary
Auto Trait Implementations§
impl Freeze for NativeMetadataStateSummary
impl RefUnwindSafe for NativeMetadataStateSummary
impl Send for NativeMetadataStateSummary
impl Sync for NativeMetadataStateSummary
impl Unpin for NativeMetadataStateSummary
impl UnsafeUnpin for NativeMetadataStateSummary
impl UnwindSafe for NativeMetadataStateSummary
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