pub struct SendEndpoint<P: BytesPush> { /* private fields */ }
Expand description
A BytesPush
wrapper which stages writes.
Implementations§
source§impl<P: BytesPush> SendEndpoint<P>
impl<P: BytesPush> SendEndpoint<P>
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for SendEndpoint<P>where
P: Freeze,
impl<P> !RefUnwindSafe for SendEndpoint<P>
impl<P> Send for SendEndpoint<P>where
P: Send,
impl<P> !Sync for SendEndpoint<P>
impl<P> Unpin for SendEndpoint<P>where
P: Unpin,
impl<P> !UnwindSafe for SendEndpoint<P>
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