Struct mediator_sys::asynchronous::contextaware::NoCxAvailable
source · pub struct NoCxAvailable;Available on crate feature
async only.Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoCxAvailable
impl Send for NoCxAvailable
impl Sync for NoCxAvailable
impl Unpin for NoCxAvailable
impl UnwindSafe for NoCxAvailable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more