pub enum ListTarget {
Inboxes,
Folders,
Mail,
Unread,
Flagged,
Calendars,
Invites,
}Variants§
Trait Implementations§
Source§impl Clone for ListTarget
impl Clone for ListTarget
Source§fn clone(&self) -> ListTarget
fn clone(&self) -> ListTarget
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 moreSource§impl Debug for ListTarget
impl Debug for ListTarget
Source§impl PartialEq for ListTarget
impl PartialEq for ListTarget
Source§fn eq(&self, other: &ListTarget) -> bool
fn eq(&self, other: &ListTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ListTarget
impl StructuralPartialEq for ListTarget
Auto Trait Implementations§
impl Freeze for ListTarget
impl RefUnwindSafe for ListTarget
impl Send for ListTarget
impl Sync for ListTarget
impl Unpin for ListTarget
impl UnsafeUnpin for ListTarget
impl UnwindSafe for ListTarget
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