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