pub struct RawStreamSender<P>where
P: Protocol,{ /* private fields */ }Expand description
Cloneable send permission bound to one specific lease, not merely its number.
Implementations§
Trait Implementations§
Source§impl<P> Clone for RawStreamSender<P>where
P: Protocol,
impl<P> Clone for RawStreamSender<P>where
P: Protocol,
Source§fn clone(&self) -> RawStreamSender<P>
fn clone(&self) -> RawStreamSender<P>
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<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