pub enum RepeatDelay {
Default,
Custom(isize),
}Variants§
Trait Implementations§
Source§impl Clone for RepeatDelay
impl Clone for RepeatDelay
Source§fn clone(&self) -> RepeatDelay
fn clone(&self) -> RepeatDelay
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 PartialEq for RepeatDelay
impl PartialEq for RepeatDelay
impl Copy for RepeatDelay
impl StructuralPartialEq for RepeatDelay
Auto Trait Implementations§
impl Freeze for RepeatDelay
impl RefUnwindSafe for RepeatDelay
impl Send for RepeatDelay
impl Sync for RepeatDelay
impl Unpin for RepeatDelay
impl UnwindSafe for RepeatDelay
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