pub struct RustyCoppWriter<W: CospWriter> { /* private fields */ }Trait Implementations§
Source§impl<W: CospWriter> CoppWriter for RustyCoppWriter<W>
impl<W: CospWriter> CoppWriter for RustyCoppWriter<W>
Auto Trait Implementations§
impl<W> Freeze for RustyCoppWriter<W>where
W: Freeze,
impl<W> RefUnwindSafe for RustyCoppWriter<W>where
W: RefUnwindSafe,
impl<W> Send for RustyCoppWriter<W>
impl<W> Sync for RustyCoppWriter<W>where
W: Sync,
impl<W> Unpin for RustyCoppWriter<W>where
W: Unpin,
impl<W> UnwindSafe for RustyCoppWriter<W>where
W: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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