pub struct SystemSafety {
pub deployment_mode: String,
pub backend_available: bool,
pub vault_sealed: bool,
pub severity: EventSeverity,
}Fields§
§deployment_mode: String§backend_available: bool§vault_sealed: bool§severity: EventSeverityTrait Implementations§
Source§impl Clone for SystemSafety
impl Clone for SystemSafety
Source§fn clone(&self) -> SystemSafety
fn clone(&self) -> SystemSafety
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 SystemSafety
impl Debug for SystemSafety
Source§impl<'de> Deserialize<'de> for SystemSafety
impl<'de> Deserialize<'de> for SystemSafety
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 SystemSafety
impl PartialEq for SystemSafety
Source§impl Serialize for SystemSafety
impl Serialize for SystemSafety
impl Eq for SystemSafety
impl StructuralPartialEq for SystemSafety
Auto Trait Implementations§
impl Freeze for SystemSafety
impl RefUnwindSafe for SystemSafety
impl Send for SystemSafety
impl Sync for SystemSafety
impl Unpin for SystemSafety
impl UnsafeUnpin for SystemSafety
impl UnwindSafe for SystemSafety
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