pub enum DocumentLoadState {
Commit,
DomContentLoaded,
Load,
NetworkIdle,
}Variants§
Trait Implementations§
Source§impl Clone for DocumentLoadState
impl Clone for DocumentLoadState
Source§fn clone(&self) -> DocumentLoadState
fn clone(&self) -> DocumentLoadState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentLoadState
impl Debug for DocumentLoadState
Source§impl<'de> Deserialize<'de> for DocumentLoadState
impl<'de> Deserialize<'de> for DocumentLoadState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DocumentLoadState
impl Hash for DocumentLoadState
Source§impl PartialEq for DocumentLoadState
impl PartialEq for DocumentLoadState
Source§impl Serialize for DocumentLoadState
impl Serialize for DocumentLoadState
impl Copy for DocumentLoadState
impl Eq for DocumentLoadState
impl StructuralPartialEq for DocumentLoadState
Auto Trait Implementations§
impl Freeze for DocumentLoadState
impl RefUnwindSafe for DocumentLoadState
impl Send for DocumentLoadState
impl Sync for DocumentLoadState
impl Unpin for DocumentLoadState
impl UnwindSafe for DocumentLoadState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.