pub struct ExResult<T, E>(/* private fields */);
Auto Trait Implementations§
impl<T, E> RefUnwindSafe for ExResult<T, E>where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, E> Send for ExResult<T, E>
impl<T, E> Sync for ExResult<T, E>
impl<T, E> Unpin for ExResult<T, E>
impl<T, E> UnwindSafe for ExResult<T, E>where
E: UnwindSafe,
T: 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