pub struct LocoSessionStream<T> { /* private fields */ }Trait Implementations§
Source§impl<T: AsyncRead + AsyncWrite> Stream for LocoSessionStream<T>
impl<T: AsyncRead + AsyncWrite> Stream for LocoSessionStream<T>
impl<'__pin, T> Unpin for LocoSessionStream<T>where
PinnedFieldsOf<__Origin<'__pin, T>>: Unpin,
Auto Trait Implementations§
impl<T> Freeze for LocoSessionStream<T>where
T: Freeze,
impl<T> !RefUnwindSafe for LocoSessionStream<T>
impl<T> Send for LocoSessionStream<T>where
T: Send,
impl<T> Sync for LocoSessionStream<T>where
T: Sync,
impl<T> !UnwindSafe for LocoSessionStream<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