pub struct BoxedMio;Expand description
Boxed mio configuration — heap-allocates each handler.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxedMio
impl RefUnwindSafe for BoxedMio
impl Send for BoxedMio
impl Sync for BoxedMio
impl Unpin for BoxedMio
impl UnsafeUnpin for BoxedMio
impl UnwindSafe for BoxedMio
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