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
Result<T, 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> UnsafeUnpin for JustResult<T, E>where
Result<T, E>: UnsafeUnpin,
impl<T, E> UnwindSafe for JustResult<T, E>where
Result<T, 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