pub struct RelatedWeakness {
pub nature: RelatedNature,
pub cwe_id: i64,
pub view_id: i64,
pub chain_id: Option<i64>,
pub ordinal: Option<String>,
}Fields§
§nature: RelatedNature§cwe_id: i64§view_id: i64§chain_id: Option<i64>§ordinal: Option<String>Trait Implementations§
Source§impl Debug for RelatedWeakness
impl Debug for RelatedWeakness
Source§impl<'de> Deserialize<'de> for RelatedWeakness
impl<'de> Deserialize<'de> for RelatedWeakness
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 RelatedWeakness
impl RefUnwindSafe for RelatedWeakness
impl Send for RelatedWeakness
impl Sync for RelatedWeakness
impl Unpin for RelatedWeakness
impl UnwindSafe for RelatedWeakness
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