pub struct WriterHandle { /* private fields */ }Expand description
Cloneable write-only handle to a RawClient. Used to send raw bytes
(e.g. IDLE DONE, AUTHENTICATE continuation payloads) from background
tasks that don’t own the session.
Implementations§
Source§impl WriterHandle
impl WriterHandle
Trait Implementations§
Source§impl Clone for WriterHandle
impl Clone for WriterHandle
Source§fn clone(&self) -> WriterHandle
fn clone(&self) -> WriterHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WriterHandle
impl RefUnwindSafe for WriterHandle
impl Send for WriterHandle
impl Sync for WriterHandle
impl Unpin for WriterHandle
impl UnsafeUnpin for WriterHandle
impl UnwindSafe for WriterHandle
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