pub struct ConsoleBootstrapHealth {
pub kernel: String,
pub policy: String,
pub store: String,
pub conformance: String,
}Fields§
§kernel: String§policy: String§store: String§conformance: StringImplementations§
Trait Implementations§
Source§impl Clone for ConsoleBootstrapHealth
impl Clone for ConsoleBootstrapHealth
Source§fn clone(&self) -> ConsoleBootstrapHealth
fn clone(&self) -> ConsoleBootstrapHealth
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 ConsoleBootstrapHealth
impl Debug for ConsoleBootstrapHealth
Source§impl Default for ConsoleBootstrapHealth
impl Default for ConsoleBootstrapHealth
Source§fn default() -> ConsoleBootstrapHealth
fn default() -> ConsoleBootstrapHealth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleBootstrapHealth
impl<'de> Deserialize<'de> for ConsoleBootstrapHealth
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 ConsoleBootstrapHealth
impl PartialEq for ConsoleBootstrapHealth
Source§fn eq(&self, other: &ConsoleBootstrapHealth) -> bool
fn eq(&self, other: &ConsoleBootstrapHealth) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConsoleBootstrapHealth
impl Serialize for ConsoleBootstrapHealth
impl StructuralPartialEq for ConsoleBootstrapHealth
Auto Trait Implementations§
impl Freeze for ConsoleBootstrapHealth
impl RefUnwindSafe for ConsoleBootstrapHealth
impl Send for ConsoleBootstrapHealth
impl Sync for ConsoleBootstrapHealth
impl Unpin for ConsoleBootstrapHealth
impl UnsafeUnpin for ConsoleBootstrapHealth
impl UnwindSafe for ConsoleBootstrapHealth
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