pub struct ResultF<E> { /* private fields */ }Expand description
Type constructor for Result<T, E> (fixed error type E).
Trait Implementations§
Source§impl<E> ApplicativeSt for ResultF<E>where
E: 'static,
impl<E> ApplicativeSt for ResultF<E>where
E: 'static,
Auto Trait Implementations§
impl<E> Freeze for ResultF<E>
impl<E> RefUnwindSafe for ResultF<E>where
E: RefUnwindSafe,
impl<E> Send for ResultF<E>where
E: Send,
impl<E> Sync for ResultF<E>where
E: Sync,
impl<E> Unpin for ResultF<E>where
E: Unpin,
impl<E> UnsafeUnpin for ResultF<E>
impl<E> UnwindSafe for ResultF<E>where
E: 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