pub enum WaitMode {
Frozen,
Ready,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaitMode
impl RefUnwindSafe for WaitMode
impl Send for WaitMode
impl Sync for WaitMode
impl Unpin for WaitMode
impl UnwindSafe for WaitMode
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