pub struct RawStreamSender<P: Protocol> { /* private fields */ }Expand description
Cloneable send permission bound to one specific lease, not merely its number.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> !RefUnwindSafe for RawStreamSender<P>
impl<P> !UnwindSafe for RawStreamSender<P>
impl<P> Freeze for RawStreamSender<P>
impl<P> Send for RawStreamSender<P>
impl<P> Sync for RawStreamSender<P>
impl<P> Unpin for RawStreamSender<P>
impl<P> UnsafeUnpin for RawStreamSender<P>where
Client<P>: UnsafeUnpin,
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