pub enum IdentifiersType {
Cve,
Ghsa,
}
Expand description
The type of identifier.
Variants§
Trait Implementations§
Source§impl Clone for IdentifiersType
impl Clone for IdentifiersType
Source§fn clone(&self) -> IdentifiersType
fn clone(&self) -> IdentifiersType
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 IdentifiersType
impl Debug for IdentifiersType
Source§impl<'de> Deserialize<'de> for IdentifiersType
impl<'de> Deserialize<'de> for IdentifiersType
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 Display for IdentifiersType
impl Display for IdentifiersType
Source§impl PartialEq for IdentifiersType
impl PartialEq for IdentifiersType
Source§impl Serialize for IdentifiersType
impl Serialize for IdentifiersType
impl Copy for IdentifiersType
impl StructuralPartialEq for IdentifiersType
Auto Trait Implementations§
impl Freeze for IdentifiersType
impl RefUnwindSafe for IdentifiersType
impl Send for IdentifiersType
impl Sync for IdentifiersType
impl Unpin for IdentifiersType
impl UnwindSafe for IdentifiersType
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