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