pub struct DependabotAlertSecurityAdvisoryReferencesInner {
pub url: String,
}Expand description
DependabotAlertSecurityAdvisoryReferencesInner : A link to additional advisory information.
Fields§
§url: StringThe URL of the reference.
Implementations§
Source§impl DependabotAlertSecurityAdvisoryReferencesInner
impl DependabotAlertSecurityAdvisoryReferencesInner
Sourcepub fn new(url: String) -> DependabotAlertSecurityAdvisoryReferencesInner
pub fn new(url: String) -> DependabotAlertSecurityAdvisoryReferencesInner
A link to additional advisory information.
Trait Implementations§
Source§impl Clone for DependabotAlertSecurityAdvisoryReferencesInner
impl Clone for DependabotAlertSecurityAdvisoryReferencesInner
Source§fn clone(&self) -> DependabotAlertSecurityAdvisoryReferencesInner
fn clone(&self) -> DependabotAlertSecurityAdvisoryReferencesInner
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 DependabotAlertSecurityAdvisoryReferencesInner
impl Default for DependabotAlertSecurityAdvisoryReferencesInner
Source§fn default() -> DependabotAlertSecurityAdvisoryReferencesInner
fn default() -> DependabotAlertSecurityAdvisoryReferencesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DependabotAlertSecurityAdvisoryReferencesInner
impl<'de> Deserialize<'de> for DependabotAlertSecurityAdvisoryReferencesInner
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 DependabotAlertSecurityAdvisoryReferencesInner
impl PartialEq for DependabotAlertSecurityAdvisoryReferencesInner
Source§fn eq(&self, other: &DependabotAlertSecurityAdvisoryReferencesInner) -> bool
fn eq(&self, other: &DependabotAlertSecurityAdvisoryReferencesInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DependabotAlertSecurityAdvisoryReferencesInner
Auto Trait Implementations§
impl Freeze for DependabotAlertSecurityAdvisoryReferencesInner
impl RefUnwindSafe for DependabotAlertSecurityAdvisoryReferencesInner
impl Send for DependabotAlertSecurityAdvisoryReferencesInner
impl Sync for DependabotAlertSecurityAdvisoryReferencesInner
impl Unpin for DependabotAlertSecurityAdvisoryReferencesInner
impl UnwindSafe for DependabotAlertSecurityAdvisoryReferencesInner
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