pub enum Folder {
Inbox,
Sent,
Outbox,
Deleted,
}Expand description
iOS telecom/msg folder hierarchy. Validated on SETPATH.
Variants§
Inbox
SETPATH segment "inbox".
Sent
SETPATH segment "sent".
Outbox
Queued outbound messages awaiting delivery.
Deleted
Messages moved to the trash.
Implementations§
Trait Implementations§
impl Copy for Folder
impl Eq for Folder
impl StructuralPartialEq for Folder
Auto Trait Implementations§
impl Freeze for Folder
impl RefUnwindSafe for Folder
impl Send for Folder
impl Sync for Folder
impl Unpin for Folder
impl UnsafeUnpin for Folder
impl UnwindSafe for Folder
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