Struct EmailMailboxChangeType
#[repr(transparent)]pub struct EmailMailboxChangeType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl EmailMailboxChangeType
impl EmailMailboxChangeType
pub const MessageCreated: Self
pub const MessageModified: Self
pub const MessageDeleted: Self
pub const FolderCreated: Self
pub const FolderModified: Self
pub const FolderDeleted: Self
pub const ChangeTrackingLost: Self
Trait Implementations§
§impl Clone for EmailMailboxChangeType
impl Clone for EmailMailboxChangeType
§fn clone(&self) -> EmailMailboxChangeType
fn clone(&self) -> EmailMailboxChangeType
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 more§impl Debug for EmailMailboxChangeType
impl Debug for EmailMailboxChangeType
§impl Default for EmailMailboxChangeType
impl Default for EmailMailboxChangeType
§fn default() -> EmailMailboxChangeType
fn default() -> EmailMailboxChangeType
Returns the “default value” for a type. Read more
§impl PartialEq for EmailMailboxChangeType
impl PartialEq for EmailMailboxChangeType
impl Copy for EmailMailboxChangeType
impl Eq for EmailMailboxChangeType
impl StructuralPartialEq for EmailMailboxChangeType
Auto Trait Implementations§
impl Freeze for EmailMailboxChangeType
impl RefUnwindSafe for EmailMailboxChangeType
impl Send for EmailMailboxChangeType
impl Sync for EmailMailboxChangeType
impl Unpin for EmailMailboxChangeType
impl UnwindSafe for EmailMailboxChangeType
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