Struct EmailMailboxCreateFolderStatus
#[repr(transparent)]pub struct EmailMailboxCreateFolderStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl EmailMailboxCreateFolderStatus
impl EmailMailboxCreateFolderStatus
pub const Success: Self
pub const NetworkError: Self
pub const PermissionsError: Self
pub const ServerError: Self
pub const UnknownFailure: Self
pub const NameCollision: Self
pub const ServerRejected: Self
Trait Implementations§
§impl Clone for EmailMailboxCreateFolderStatus
impl Clone for EmailMailboxCreateFolderStatus
§fn clone(&self) -> EmailMailboxCreateFolderStatus
fn clone(&self) -> EmailMailboxCreateFolderStatus
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 EmailMailboxCreateFolderStatus
impl Debug for EmailMailboxCreateFolderStatus
§impl Default for EmailMailboxCreateFolderStatus
impl Default for EmailMailboxCreateFolderStatus
§fn default() -> EmailMailboxCreateFolderStatus
fn default() -> EmailMailboxCreateFolderStatus
Returns the “default value” for a type. Read more
§impl PartialEq for EmailMailboxCreateFolderStatus
impl PartialEq for EmailMailboxCreateFolderStatus
impl Copy for EmailMailboxCreateFolderStatus
impl Eq for EmailMailboxCreateFolderStatus
impl StructuralPartialEq for EmailMailboxCreateFolderStatus
Auto Trait Implementations§
impl Freeze for EmailMailboxCreateFolderStatus
impl RefUnwindSafe for EmailMailboxCreateFolderStatus
impl Send for EmailMailboxCreateFolderStatus
impl Sync for EmailMailboxCreateFolderStatus
impl Unpin for EmailMailboxCreateFolderStatus
impl UnwindSafe for EmailMailboxCreateFolderStatus
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