pub enum DebouncerType {
Default,
Fast,
}Variants§
Trait Implementations§
Source§impl Clone for DebouncerType
impl Clone for DebouncerType
Source§fn clone(&self) -> DebouncerType
fn clone(&self) -> DebouncerType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DebouncerType
Source§impl Debug for DebouncerType
impl Debug for DebouncerType
Source§impl Default for DebouncerType
impl Default for DebouncerType
Source§fn default() -> DebouncerType
fn default() -> DebouncerType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DebouncerType
impl<'de> Deserialize<'de> for DebouncerType
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 DebouncerType
impl PartialEq for DebouncerType
impl StructuralPartialEq for DebouncerType
Auto Trait Implementations§
impl Freeze for DebouncerType
impl RefUnwindSafe for DebouncerType
impl Send for DebouncerType
impl Sync for DebouncerType
impl Unpin for DebouncerType
impl UnsafeUnpin for DebouncerType
impl UnwindSafe for DebouncerType
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