pub struct Muxer { /* private fields */ }
Expand description
A process Muxer
Implementations§
Auto Trait Implementations§
impl !Freeze for Muxer
impl !RefUnwindSafe for Muxer
impl !Send for Muxer
impl !Sync for Muxer
impl Unpin for Muxer
impl !UnwindSafe for Muxer
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