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> 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