pub struct IoCtx(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoCtx
impl RefUnwindSafe for IoCtx
impl Send for IoCtx
impl Sync for IoCtx
impl Unpin for IoCtx
impl UnwindSafe for IoCtx
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