Struct sbom_walker::model::sbom::ParseAnyError
source · pub struct ParseAnyError(pub Vec<(ParserKind, Error)>);Tuple Fields§
§0: Vec<(ParserKind, Error)>Implementations§
source§impl ParseAnyError
impl ParseAnyError
Trait Implementations§
source§impl Debug for ParseAnyError
impl Debug for ParseAnyError
source§impl Default for ParseAnyError
impl Default for ParseAnyError
source§fn default() -> ParseAnyError
fn default() -> ParseAnyError
Returns the “default value” for a type. Read more
source§impl Display for ParseAnyError
impl Display for ParseAnyError
source§impl Error for ParseAnyError
impl Error for ParseAnyError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<(ParserKind, Error)> for ParseAnyError
impl From<(ParserKind, Error)> for ParseAnyError
source§fn from(value: (ParserKind, Error)) -> Self
fn from(value: (ParserKind, Error)) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParseAnyError
impl RefUnwindSafe for ParseAnyError
impl Send for ParseAnyError
impl Sync for ParseAnyError
impl Unpin for ParseAnyError
impl UnwindSafe for ParseAnyError
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<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> Separable for Twhere
T: Display,
impl<T> Separable for Twhere
T: Display,
source§fn separate_by_policy(&self, policy: SeparatorPolicy<'_>) -> String
fn separate_by_policy(&self, policy: SeparatorPolicy<'_>) -> String
Adds separators according to the given
SeparatorPolicy. Read moresource§fn separate_with_commas(&self) -> String
fn separate_with_commas(&self) -> String
Inserts a comma every three digits from the right. Read more
source§fn separate_with_spaces(&self) -> String
fn separate_with_spaces(&self) -> String
Inserts a space every three digits from the right. Read more
source§fn separate_with_dots(&self) -> String
fn separate_with_dots(&self) -> String
Inserts a period every three digits from the right. Read more
source§fn separate_with_underscores(&self) -> String
fn separate_with_underscores(&self) -> String
Inserts an underscore every three digits from the right. Read more
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