Enum sbom_walker::model::sbom::ParserKind
source · pub enum ParserKind {
Cyclone13DxJson,
Cyclone13DxXml,
Spdx23Json,
Spdx23Tag,
}Variants§
Trait Implementations§
source§impl Clone for ParserKind
impl Clone for ParserKind
source§fn clone(&self) -> ParserKind
fn clone(&self) -> ParserKind
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 ParserKind
impl Debug for ParserKind
source§impl Display for ParserKind
impl Display for ParserKind
source§impl PartialEq for ParserKind
impl PartialEq for ParserKind
source§fn eq(&self, other: &ParserKind) -> bool
fn eq(&self, other: &ParserKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ParserKind
impl Eq for ParserKind
impl StructuralPartialEq for ParserKind
Auto Trait Implementations§
impl Freeze for ParserKind
impl RefUnwindSafe for ParserKind
impl Send for ParserKind
impl Sync for ParserKind
impl Unpin for ParserKind
impl UnwindSafe for ParserKind
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 Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP