pub struct WriterChannel<'w, T> { /* private fields */ }Expand description
A typed writer handle for a single channel.
Implementations§
Source§impl<'w, T: WritableType> WriterChannel<'w, T>
impl<'w, T: WritableType> WriterChannel<'w, T>
Auto Trait Implementations§
impl<'w, T> Freeze for WriterChannel<'w, T>
impl<'w, T> RefUnwindSafe for WriterChannel<'w, T>where
T: RefUnwindSafe,
impl<'w, T> Send for WriterChannel<'w, T>where
T: Send,
impl<'w, T> Sync for WriterChannel<'w, T>where
T: Sync,
impl<'w, T> Unpin for WriterChannel<'w, T>where
T: Unpin,
impl<'w, T> !UnwindSafe for WriterChannel<'w, T>
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