pub struct OpAsync(/* private fields */);Expand description
The set of operations that are performed asynchronously.
Trait Implementations§
Source§impl Ord for OpAsync
impl Ord for OpAsync
Source§impl PartialOrd for OpAsync
impl PartialOrd for OpAsync
impl Copy for OpAsync
impl Eq for OpAsync
impl StructuralPartialEq for OpAsync
Auto Trait Implementations§
impl Freeze for OpAsync
impl RefUnwindSafe for OpAsync
impl Send for OpAsync
impl Sync for OpAsync
impl Unpin for OpAsync
impl UnwindSafe for OpAsync
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