pub struct KnowledgeRuntimeDiagnosticsImageV1 {
pub state_root: String,
pub commit_digest: String,
pub sequence: u64,
pub object_count: usize,
pub event_count: usize,
pub segment_count: usize,
pub active_superblock: char,
}Fields§
§state_root: String§commit_digest: String§sequence: u64§object_count: usize§event_count: usize§segment_count: usize§active_superblock: charTrait Implementations§
Source§impl Clone for KnowledgeRuntimeDiagnosticsImageV1
impl Clone for KnowledgeRuntimeDiagnosticsImageV1
Source§fn clone(&self) -> KnowledgeRuntimeDiagnosticsImageV1
fn clone(&self) -> KnowledgeRuntimeDiagnosticsImageV1
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 moreimpl StructuralPartialEq for KnowledgeRuntimeDiagnosticsImageV1
Auto Trait Implementations§
impl Freeze for KnowledgeRuntimeDiagnosticsImageV1
impl RefUnwindSafe for KnowledgeRuntimeDiagnosticsImageV1
impl Send for KnowledgeRuntimeDiagnosticsImageV1
impl Sync for KnowledgeRuntimeDiagnosticsImageV1
impl Unpin for KnowledgeRuntimeDiagnosticsImageV1
impl UnsafeUnpin for KnowledgeRuntimeDiagnosticsImageV1
impl UnwindSafe for KnowledgeRuntimeDiagnosticsImageV1
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