pub struct StreamTy;Expand description
Marker type: this socket is a (TCP) stream.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamTy
impl RefUnwindSafe for StreamTy
impl Send for StreamTy
impl Sync for StreamTy
impl Unpin for StreamTy
impl UnwindSafe for StreamTy
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