pub struct YamuxCtrl { /* private fields */ }
Expand description
A yamux control handle.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YamuxCtrl
impl RefUnwindSafe for YamuxCtrl
impl Send for YamuxCtrl
impl Sync for YamuxCtrl
impl Unpin for YamuxCtrl
impl UnwindSafe for YamuxCtrl
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