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