pub enum WatchAction {
Started,
}
Variants§
Started
Trait Implementations§
Source§impl Clone for WatchAction
impl Clone for WatchAction
Source§fn clone(&self) -> WatchAction
fn clone(&self) -> WatchAction
Returns a copy 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 WatchAction
impl Debug for WatchAction
Source§impl<'de> Deserialize<'de> for WatchAction
impl<'de> Deserialize<'de> for WatchAction
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 WatchAction
impl Hash for WatchAction
Source§impl Ord for WatchAction
impl Ord for WatchAction
Source§fn cmp(&self, other: &WatchAction) -> Ordering
fn cmp(&self, other: &WatchAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WatchAction
impl PartialEq for WatchAction
Source§impl PartialOrd for WatchAction
impl PartialOrd for WatchAction
impl Copy for WatchAction
impl Eq for WatchAction
impl StructuralPartialEq for WatchAction
Auto Trait Implementations§
impl Freeze for WatchAction
impl RefUnwindSafe for WatchAction
impl Send for WatchAction
impl Sync for WatchAction
impl Unpin for WatchAction
impl UnwindSafe for WatchAction
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