Struct csaf_walker::discover::DiscoveredAdvisory
source · pub struct DiscoveredAdvisory {
pub url: Url,
}Fields§
§url: UrlTrait Implementations§
source§impl Clone for DiscoveredAdvisory
impl Clone for DiscoveredAdvisory
source§fn clone(&self) -> DiscoveredAdvisory
fn clone(&self) -> DiscoveredAdvisory
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 DiscoveredAdvisory
impl Debug for DiscoveredAdvisory
source§impl PartialEq<DiscoveredAdvisory> for DiscoveredAdvisory
impl PartialEq<DiscoveredAdvisory> for DiscoveredAdvisory
source§fn eq(&self, other: &DiscoveredAdvisory) -> bool
fn eq(&self, other: &DiscoveredAdvisory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DiscoveredAdvisory
impl StructuralEq for DiscoveredAdvisory
impl StructuralPartialEq for DiscoveredAdvisory
Auto Trait Implementations§
impl RefUnwindSafe for DiscoveredAdvisory
impl Send for DiscoveredAdvisory
impl Sync for DiscoveredAdvisory
impl Unpin for DiscoveredAdvisory
impl UnwindSafe for DiscoveredAdvisory
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.