pub struct LiveCockpitImmune {
pub schema_version: String,
pub risk_increasing_allowed: bool,
pub summary: BTreeMap<String, Value>,
pub open_breakers: Vec<ImmuneBreaker>,
pub extra: BTreeMap<String, Value>,
}Fields§
§schema_version: String§risk_increasing_allowed: bool§summary: BTreeMap<String, Value>§open_breakers: Vec<ImmuneBreaker>§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for LiveCockpitImmune
impl Clone for LiveCockpitImmune
Source§fn clone(&self) -> LiveCockpitImmune
fn clone(&self) -> LiveCockpitImmune
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 LiveCockpitImmune
impl Debug for LiveCockpitImmune
Source§impl Default for LiveCockpitImmune
impl Default for LiveCockpitImmune
Source§fn default() -> LiveCockpitImmune
fn default() -> LiveCockpitImmune
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiveCockpitImmunewhere
LiveCockpitImmune: Default,
impl<'de> Deserialize<'de> for LiveCockpitImmunewhere
LiveCockpitImmune: Default,
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
Auto Trait Implementations§
impl Freeze for LiveCockpitImmune
impl RefUnwindSafe for LiveCockpitImmune
impl Send for LiveCockpitImmune
impl Sync for LiveCockpitImmune
impl Unpin for LiveCockpitImmune
impl UnsafeUnpin for LiveCockpitImmune
impl UnwindSafe for LiveCockpitImmune
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