pub enum MailboxProperty {
Id,
Name,
ParentId,
Role,
SortOrder,
TotalEmails,
UnreadEmails,
TotalThreads,
UnreadThreads,
MyRights,
IsSubscribed,
}Expand description
Property selector for crate::Mailbox /get and /set.
Variants§
Id
Name
ParentId
Role
SortOrder
TotalEmails
UnreadEmails
TotalThreads
UnreadThreads
MyRights
IsSubscribed
Trait Implementations§
Source§impl Clone for MailboxProperty
impl Clone for MailboxProperty
Source§fn clone(&self) -> MailboxProperty
fn clone(&self) -> MailboxProperty
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 MailboxProperty
impl Debug for MailboxProperty
Source§impl Hash for MailboxProperty
impl Hash for MailboxProperty
Source§impl PartialEq for MailboxProperty
impl PartialEq for MailboxProperty
impl Eq for MailboxProperty
impl StructuralPartialEq for MailboxProperty
Auto Trait Implementations§
impl Freeze for MailboxProperty
impl RefUnwindSafe for MailboxProperty
impl Send for MailboxProperty
impl Sync for MailboxProperty
impl Unpin for MailboxProperty
impl UnsafeUnpin for MailboxProperty
impl UnwindSafe for MailboxProperty
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