pub enum IsAsync {
Async,
NotAsync,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsAsync
impl RefUnwindSafe for IsAsync
impl Send for IsAsync
impl Sync for IsAsync
impl Unpin for IsAsync
impl UnsafeUnpin for IsAsync
impl UnwindSafe for IsAsync
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