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