pub enum WatchRuntimeState {
Starting,
Idle,
RefreshingKeyword,
RefreshingSemantic,
Checking,
BackingOff,
Stopping,
}Variants§
Trait Implementations§
Source§impl Clone for WatchRuntimeState
impl Clone for WatchRuntimeState
Source§fn clone(&self) -> WatchRuntimeState
fn clone(&self) -> WatchRuntimeState
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 WatchRuntimeState
impl Debug for WatchRuntimeState
Source§impl<'de> Deserialize<'de> for WatchRuntimeState
impl<'de> Deserialize<'de> for WatchRuntimeState
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 PartialEq for WatchRuntimeState
impl PartialEq for WatchRuntimeState
Source§impl Serialize for WatchRuntimeState
impl Serialize for WatchRuntimeState
impl Copy for WatchRuntimeState
impl Eq for WatchRuntimeState
impl StructuralPartialEq for WatchRuntimeState
Auto Trait Implementations§
impl Freeze for WatchRuntimeState
impl RefUnwindSafe for WatchRuntimeState
impl Send for WatchRuntimeState
impl Sync for WatchRuntimeState
impl Unpin for WatchRuntimeState
impl UnsafeUnpin for WatchRuntimeState
impl UnwindSafe for WatchRuntimeState
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