pub enum AutoReplyDelay {
None,
Sec10,
Sec30,
Sec60,
}Expand description
Auto-reply delay time.
Variants§
Trait Implementations§
Source§impl Clone for AutoReplyDelay
impl Clone for AutoReplyDelay
Source§fn clone(&self) -> AutoReplyDelay
fn clone(&self) -> AutoReplyDelay
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 AutoReplyDelay
impl Debug for AutoReplyDelay
Source§impl Hash for AutoReplyDelay
impl Hash for AutoReplyDelay
Source§impl PartialEq for AutoReplyDelay
impl PartialEq for AutoReplyDelay
impl Copy for AutoReplyDelay
impl Eq for AutoReplyDelay
impl StructuralPartialEq for AutoReplyDelay
Auto Trait Implementations§
impl Freeze for AutoReplyDelay
impl RefUnwindSafe for AutoReplyDelay
impl Send for AutoReplyDelay
impl Sync for AutoReplyDelay
impl Unpin for AutoReplyDelay
impl UnwindSafe for AutoReplyDelay
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