pub enum AttachmentDirectoryType {
Directory,
}Expand description
Attachment type discriminator
Variants§
Directory
Trait Implementations§
Source§impl Clone for AttachmentDirectoryType
impl Clone for AttachmentDirectoryType
Source§fn clone(&self) -> AttachmentDirectoryType
fn clone(&self) -> AttachmentDirectoryType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttachmentDirectoryType
impl Debug for AttachmentDirectoryType
Source§impl Default for AttachmentDirectoryType
impl Default for AttachmentDirectoryType
Source§fn default() -> AttachmentDirectoryType
fn default() -> AttachmentDirectoryType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachmentDirectoryType
impl<'de> Deserialize<'de> for AttachmentDirectoryType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AttachmentDirectoryType
Source§impl PartialEq for AttachmentDirectoryType
impl PartialEq for AttachmentDirectoryType
Source§fn eq(&self, other: &AttachmentDirectoryType) -> bool
fn eq(&self, other: &AttachmentDirectoryType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AttachmentDirectoryType
impl Serialize for AttachmentDirectoryType
impl StructuralPartialEq for AttachmentDirectoryType
Auto Trait Implementations§
impl Freeze for AttachmentDirectoryType
impl RefUnwindSafe for AttachmentDirectoryType
impl Send for AttachmentDirectoryType
impl Sync for AttachmentDirectoryType
impl Unpin for AttachmentDirectoryType
impl UnsafeUnpin for AttachmentDirectoryType
impl UnwindSafe for AttachmentDirectoryType
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