Enum DebouncedEventKind
enum DebouncedEventKind
A debounced event kind.
Variants
-
Any No precise events
-
AnyContinuous Event but debounce timed out (for example continuous writes)
Implementations
impl Clone for DebouncedEventKind
fn clone(self: &Self) -> DebouncedEventKind
impl Copy for DebouncedEventKind
impl Debug for DebouncedEventKind
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for DebouncedEventKind
impl Freeze for DebouncedEventKind
impl Hash for DebouncedEventKind
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl PartialEq for DebouncedEventKind
fn eq(self: &Self, other: &DebouncedEventKind) -> bool
impl RefUnwindSafe for DebouncedEventKind
impl Send for DebouncedEventKind
impl StructuralPartialEq for DebouncedEventKind
impl Sync for DebouncedEventKind
impl Unpin for DebouncedEventKind
impl UnsafeUnpin for DebouncedEventKind
impl UnwindSafe for DebouncedEventKind
impl<T> Any for DebouncedEventKind
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for DebouncedEventKind
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for DebouncedEventKind
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for DebouncedEventKind
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for DebouncedEventKind
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for DebouncedEventKind
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for DebouncedEventKind
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for DebouncedEventKind
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for DebouncedEventKind
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>