pub struct FriaRight {
pub right: String,
pub impact: FriaRightImpact,
pub justification: String,
pub mitigation: Option<String>,
}Expand description
FriaRight model.
Fields§
§right: String§impact: FriaRightImpact§justification: String§mitigation: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for FriaRight
impl<'de> Deserialize<'de> for FriaRight
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
impl StructuralPartialEq for FriaRight
Auto Trait Implementations§
impl Freeze for FriaRight
impl RefUnwindSafe for FriaRight
impl Send for FriaRight
impl Sync for FriaRight
impl Unpin for FriaRight
impl UnsafeUnpin for FriaRight
impl UnwindSafe for FriaRight
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