pub struct ResultChain<T, E> { /* private fields */ }Expand description
A chain of Result-producing computations (monadic pipeline).
Auto Trait Implementations§
impl<T, E> Freeze for ResultChain<T, E>
impl<T, E> !RefUnwindSafe for ResultChain<T, E>
impl<T, E> !Send for ResultChain<T, E>
impl<T, E> !Sync for ResultChain<T, E>
impl<T, E> Unpin for ResultChain<T, E>
impl<T, E> UnsafeUnpin for ResultChain<T, E>
impl<T, E> !UnwindSafe for ResultChain<T, E>
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