pub struct DefaultMux;Expand description
A constructor for a default multiplexer
Auto Trait Implementations§
impl Freeze for DefaultMux
impl RefUnwindSafe for DefaultMux
impl Send for DefaultMux
impl Sync for DefaultMux
impl Unpin for DefaultMux
impl UnwindSafe for DefaultMux
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