#[non_exhaustive]pub enum DebouncedEventKind {
Any,
AnyContinuous,
}
Expand description
A debounced event kind.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for DebouncedEventKind
impl Clone for DebouncedEventKind
Source§fn clone(&self) -> DebouncedEventKind
fn clone(&self) -> DebouncedEventKind
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 DebouncedEventKind
impl Debug for DebouncedEventKind
Source§impl Hash for DebouncedEventKind
impl Hash for DebouncedEventKind
Source§impl PartialEq for DebouncedEventKind
impl PartialEq for DebouncedEventKind
impl Copy for DebouncedEventKind
impl Eq for DebouncedEventKind
impl StructuralPartialEq for DebouncedEventKind
Auto Trait Implementations§
impl Freeze for DebouncedEventKind
impl RefUnwindSafe for DebouncedEventKind
impl Send for DebouncedEventKind
impl Sync for DebouncedEventKind
impl Unpin for DebouncedEventKind
impl UnwindSafe for DebouncedEventKind
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)