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