pub enum JmapMailboxSortProperty {
Name,
SortOrder,
ParentId,
}Expand description
Sort property for Mailbox/query (RFC 8621 §2.4).
Variants§
Name
Sort by mailbox name.
SortOrder
Sort by the sortOrder position hint.
ParentId
Sort by parent mailbox id.
Trait Implementations§
Source§impl Clone for JmapMailboxSortProperty
impl Clone for JmapMailboxSortProperty
Source§fn clone(&self) -> JmapMailboxSortProperty
fn clone(&self) -> JmapMailboxSortProperty
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 JmapMailboxSortProperty
impl Debug for JmapMailboxSortProperty
Auto Trait Implementations§
impl Freeze for JmapMailboxSortProperty
impl RefUnwindSafe for JmapMailboxSortProperty
impl Send for JmapMailboxSortProperty
impl Sync for JmapMailboxSortProperty
impl Unpin for JmapMailboxSortProperty
impl UnsafeUnpin for JmapMailboxSortProperty
impl UnwindSafe for JmapMailboxSortProperty
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