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