pub enum WatchInputKind {
Explicit,
Inferred,
}Variants§
Trait Implementations§
Source§impl Clone for WatchInputKind
impl Clone for WatchInputKind
Source§fn clone(&self) -> WatchInputKind
fn clone(&self) -> WatchInputKind
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 WatchInputKind
impl Debug for WatchInputKind
Source§impl PartialEq for WatchInputKind
impl PartialEq for WatchInputKind
impl Copy for WatchInputKind
impl Eq for WatchInputKind
impl StructuralPartialEq for WatchInputKind
Auto Trait Implementations§
impl Freeze for WatchInputKind
impl RefUnwindSafe for WatchInputKind
impl Send for WatchInputKind
impl Sync for WatchInputKind
impl Unpin for WatchInputKind
impl UnsafeUnpin for WatchInputKind
impl UnwindSafe for WatchInputKind
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