#[repr(transparent)]pub struct EmailMailboxCreateFolderStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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
§fn eq(&self, other: &EmailMailboxCreateFolderStatus) -> bool
fn eq(&self, other: &EmailMailboxCreateFolderStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)