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