pub struct WebhooksSecurityAdvisoryCvss {
pub score: f64,
pub vector_string: Option<String>,
}
Fields§
§score: f64
§vector_string: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for WebhooksSecurityAdvisoryCvss
impl Clone for WebhooksSecurityAdvisoryCvss
Source§fn clone(&self) -> WebhooksSecurityAdvisoryCvss
fn clone(&self) -> WebhooksSecurityAdvisoryCvss
Returns a duplicate 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 WebhooksSecurityAdvisoryCvss
impl Debug for WebhooksSecurityAdvisoryCvss
Source§impl Default for WebhooksSecurityAdvisoryCvss
impl Default for WebhooksSecurityAdvisoryCvss
Source§fn default() -> WebhooksSecurityAdvisoryCvss
fn default() -> WebhooksSecurityAdvisoryCvss
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksSecurityAdvisoryCvss
impl<'de> Deserialize<'de> for WebhooksSecurityAdvisoryCvss
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 WebhooksSecurityAdvisoryCvss
impl PartialEq for WebhooksSecurityAdvisoryCvss
Source§fn eq(&self, other: &WebhooksSecurityAdvisoryCvss) -> bool
fn eq(&self, other: &WebhooksSecurityAdvisoryCvss) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhooksSecurityAdvisoryCvss
Auto Trait Implementations§
impl Freeze for WebhooksSecurityAdvisoryCvss
impl RefUnwindSafe for WebhooksSecurityAdvisoryCvss
impl Send for WebhooksSecurityAdvisoryCvss
impl Sync for WebhooksSecurityAdvisoryCvss
impl Unpin for WebhooksSecurityAdvisoryCvss
impl UnwindSafe for WebhooksSecurityAdvisoryCvss
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