enum NameStatus {
Owner(Option<Task<()>>),
Queued(Task<()>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameStatus
impl RefUnwindSafe for NameStatus
impl Send for NameStatus
impl Sync for NameStatus
impl Unpin for NameStatus
impl UnwindSafe for NameStatus
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