Struct serde_lwjson::Cvssv2Vector
source · pub struct Cvssv2Vector {
pub exploitability: Cvssv2Exploitability,
pub impact: Cvssv2Impact,
}Fields§
§exploitability: Cvssv2Exploitability§impact: Cvssv2ImpactTrait Implementations§
source§impl Clone for Cvssv2Vector
impl Clone for Cvssv2Vector
source§fn clone(&self) -> Cvssv2Vector
fn clone(&self) -> Cvssv2Vector
Returns a copy 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 Cvssv2Vector
impl Debug for Cvssv2Vector
source§impl<'de> Deserialize<'de> for Cvssv2Vector
impl<'de> Deserialize<'de> for Cvssv2Vector
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 Cvssv2Vector
impl PartialEq for Cvssv2Vector
source§fn eq(&self, other: &Cvssv2Vector) -> bool
fn eq(&self, other: &Cvssv2Vector) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Cvssv2Vector
impl Serialize for Cvssv2Vector
impl StructuralPartialEq for Cvssv2Vector
Auto Trait Implementations§
impl RefUnwindSafe for Cvssv2Vector
impl Send for Cvssv2Vector
impl Sync for Cvssv2Vector
impl Unpin for Cvssv2Vector
impl UnwindSafe for Cvssv2Vector
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