pub struct KnowledgeRuntimeDiagnosticsV1 {
pub version: u64,
pub valid: bool,
pub image: KnowledgeRuntimeDiagnosticsImageV1,
pub diagnostics_root: String,
}Fields§
§version: u64§valid: bool§image: KnowledgeRuntimeDiagnosticsImageV1§diagnostics_root: StringTrait Implementations§
Source§impl Clone for KnowledgeRuntimeDiagnosticsV1
impl Clone for KnowledgeRuntimeDiagnosticsV1
Source§fn clone(&self) -> KnowledgeRuntimeDiagnosticsV1
fn clone(&self) -> KnowledgeRuntimeDiagnosticsV1
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 KnowledgeRuntimeDiagnosticsV1
Auto Trait Implementations§
impl Freeze for KnowledgeRuntimeDiagnosticsV1
impl RefUnwindSafe for KnowledgeRuntimeDiagnosticsV1
impl Send for KnowledgeRuntimeDiagnosticsV1
impl Sync for KnowledgeRuntimeDiagnosticsV1
impl Unpin for KnowledgeRuntimeDiagnosticsV1
impl UnsafeUnpin for KnowledgeRuntimeDiagnosticsV1
impl UnwindSafe for KnowledgeRuntimeDiagnosticsV1
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