pub enum WaitForState {
Visible,
Hidden,
Attached,
Detached,
}Expand description
Element state to wait for.
Variants§
Trait Implementations§
Source§impl Clone for WaitForState
impl Clone for WaitForState
Source§fn clone(&self) -> WaitForState
fn clone(&self) -> WaitForState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WaitForState
Source§impl Debug for WaitForState
impl Debug for WaitForState
Source§impl Default for WaitForState
impl Default for WaitForState
Source§fn default() -> WaitForState
fn default() -> WaitForState
Returns the “default value” for a type. Read more
impl Eq for WaitForState
Source§impl PartialEq for WaitForState
impl PartialEq for WaitForState
impl StructuralPartialEq for WaitForState
Auto Trait Implementations§
impl Freeze for WaitForState
impl RefUnwindSafe for WaitForState
impl Send for WaitForState
impl Sync for WaitForState
impl Unpin for WaitForState
impl UnsafeUnpin for WaitForState
impl UnwindSafe for WaitForState
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