Enum imap_types::message::FlagPerm
source · pub enum FlagPerm<'a> {
Flag(Flag<'a>),
AllowNewKeywords,
}Variants§
Flag(Flag<'a>)
AllowNewKeywords
Indicates that it is possible to create new keywords by
attempting to store those flags in the mailbox (\*).
Trait Implementations§
source§impl<'a> PartialEq<FlagPerm<'a>> for FlagPerm<'a>
impl<'a> PartialEq<FlagPerm<'a>> for FlagPerm<'a>
impl<'a> Eq for FlagPerm<'a>
impl<'a> StructuralEq for FlagPerm<'a>
impl<'a> StructuralPartialEq for FlagPerm<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FlagPerm<'a>
impl<'a> Send for FlagPerm<'a>
impl<'a> Sync for FlagPerm<'a>
impl<'a> Unpin for FlagPerm<'a>
impl<'a> UnwindSafe for FlagPerm<'a>
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