Struct snafu::guide::examples::basic::Leaf [−][src]
SNAFU context selector for the Error::Leaf
variant
Fields
user_id: __T0
Implementations
impl<__T0> Leaf<__T0>
[src]
#[must_use]pub fn build(self) -> Error where
__T0: Into<i32>,
[src]
__T0: Into<i32>,
Consume the selector and return the associated error
pub fn fail<__T>(self) -> Result<__T, Error> where
__T0: Into<i32>,
[src]
__T0: Into<i32>,
Consume the selector and return a Result
with the associated error
Trait Implementations
impl<__T0: Clone> Clone for Leaf<__T0>
[src]
impl<__T0: Copy> Copy for Leaf<__T0>
[src]
impl<__T0: Debug> Debug for Leaf<__T0>
[src]
impl<__T0> IntoError<Error> for Leaf<__T0> where
Error: Error + ErrorCompat,
__T0: Into<i32>,
[src]
Error: Error + ErrorCompat,
__T0: Into<i32>,
Auto Trait Implementations
impl<__T0> RefUnwindSafe for Leaf<__T0> where
__T0: RefUnwindSafe,
__T0: RefUnwindSafe,
impl<__T0> Send for Leaf<__T0> where
__T0: Send,
__T0: Send,
impl<__T0> Sync for Leaf<__T0> where
__T0: Sync,
__T0: Sync,
impl<__T0> Unpin for Leaf<__T0> where
__T0: Unpin,
__T0: Unpin,
impl<__T0> UnwindSafe for Leaf<__T0> where
__T0: UnwindSafe,
__T0: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,