pub struct Exc<I = ()> { /* private fields */ }
Trait Implementations§
Source§impl<T: Clone> Path<Not> for Exc<T>
impl<T: Clone> Path<Not> for Exc<T>
impl<I: Copy> Copy for Exc<I>
impl<I> StructuralPartialEq for Exc<I>
Auto Trait Implementations§
impl<I> Freeze for Exc<I>where
I: Freeze,
impl<I> RefUnwindSafe for Exc<I>where
I: RefUnwindSafe,
impl<I> Send for Exc<I>where
I: Send,
impl<I> Sync for Exc<I>where
I: Sync,
impl<I> Unpin for Exc<I>where
I: Unpin,
impl<I> UnwindSafe for Exc<I>where
I: 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