pub struct ViaLeaf<S>(pub S);Tuple Fields§
§0: SImplementations§
Source§impl<S> ViaLeaf<S>
impl<S> ViaLeaf<S>
pub fn build(self) -> BoxedError2
pub fn build_with_location(self, location: Location) -> BoxedError2
pub fn fail<T>(self) -> Result<T, BoxedError2>
pub fn fail_with_location<T>(self, location: Location) -> Result<T, BoxedError2>
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for ViaLeaf<S>where
S: Freeze,
impl<S> RefUnwindSafe for ViaLeaf<S>where
S: RefUnwindSafe,
impl<S> Send for ViaLeaf<S>where
S: Send,
impl<S> Sync for ViaLeaf<S>where
S: Sync,
impl<S> Unpin for ViaLeaf<S>where
S: Unpin,
impl<S> UnwindSafe for ViaLeaf<S>where
S: UnwindSafe,
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