pub struct PotentialMitigation {
pub mitigation_id: Option<String>,
pub children: Vec<PotentialMitigationChild>,
}Fields§
§mitigation_id: Option<String>§children: Vec<PotentialMitigationChild>Trait Implementations§
Source§impl Debug for PotentialMitigation
impl Debug for PotentialMitigation
Source§impl<'de> Deserialize<'de> for PotentialMitigation
impl<'de> Deserialize<'de> for PotentialMitigation
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 PotentialMitigation
impl RefUnwindSafe for PotentialMitigation
impl Send for PotentialMitigation
impl Sync for PotentialMitigation
impl Unpin for PotentialMitigation
impl UnwindSafe for PotentialMitigation
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