pub struct EndError<W>(/* private fields */)
where
W: Write;
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for EndError<W>where
W: Freeze,
impl<W> !RefUnwindSafe for EndError<W>
impl<W> Send for EndError<W>where
W: Send,
impl<W> Sync for EndError<W>where
W: Sync,
impl<W> Unpin for EndError<W>where
W: Unpin,
impl<W> !UnwindSafe for EndError<W>
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