Enum cros_asyncv2::sync::waiter::WaitingFor
source · [−]#[repr(u8)]
pub enum WaitingFor {
None,
Mutex,
Condvar,
}
Variants
None
Mutex
Condvar
Trait Implementations
sourceimpl Debug for WaitingFor
impl Debug for WaitingFor
sourceimpl PartialEq<WaitingFor> for WaitingFor
impl PartialEq<WaitingFor> for WaitingFor
sourcefn eq(&self, other: &WaitingFor) -> bool
fn eq(&self, other: &WaitingFor) -> bool
impl Eq for WaitingFor
impl StructuralEq for WaitingFor
impl StructuralPartialEq for WaitingFor
Auto Trait Implementations
impl RefUnwindSafe for WaitingFor
impl Send for WaitingFor
impl Sync for WaitingFor
impl Unpin for WaitingFor
impl UnwindSafe for WaitingFor
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