pub struct ParsingCompletedSnafu;Expand description
SNAFU context selector for the ParseError::ParsingCompleted variant
Implementations§
Source§impl ParsingCompletedSnafu
impl ParsingCompletedSnafu
Sourcepub fn build(self) -> ParseError
pub fn build(self) -> ParseError
Consume the selector and return the associated error
Sourcepub fn fail<__T>(self) -> Result<__T, ParseError>
pub fn fail<__T>(self) -> Result<__T, ParseError>
Consume the selector and return a Result with the associated error
Trait Implementations§
Source§impl Clone for ParsingCompletedSnafu
impl Clone for ParsingCompletedSnafu
Source§fn clone(&self) -> ParsingCompletedSnafu
fn clone(&self) -> ParsingCompletedSnafu
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 ParsingCompletedSnafu
impl Debug for ParsingCompletedSnafu
Source§impl IntoError<ParseError> for ParsingCompletedSnafu
impl IntoError<ParseError> for ParsingCompletedSnafu
Source§fn into_error(self, error: Self::Source) -> ParseError
fn into_error(self, error: Self::Source) -> ParseError
Combine the information to produce the error
impl Copy for ParsingCompletedSnafu
Auto Trait Implementations§
impl Freeze for ParsingCompletedSnafu
impl RefUnwindSafe for ParsingCompletedSnafu
impl Send for ParsingCompletedSnafu
impl Sync for ParsingCompletedSnafu
impl Unpin for ParsingCompletedSnafu
impl UnwindSafe for ParsingCompletedSnafu
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