pub struct JustResult<T, E> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, E> Freeze for JustResult<T, E>
impl<T, E> RefUnwindSafe for JustResult<T, E>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<T, E> Send for JustResult<T, E>
impl<T, E> Sync for JustResult<T, E>
impl<T, E> Unpin for JustResult<T, E>
impl<T, E> UnwindSafe for JustResult<T, E>where
T: UnwindSafe,
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