pub enum AttachmentFileType {
File,
}Expand description
Attachment type discriminator
Variants§
File
Trait Implementations§
Source§impl Clone for AttachmentFileType
impl Clone for AttachmentFileType
Source§fn clone(&self) -> AttachmentFileType
fn clone(&self) -> AttachmentFileType
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 AttachmentFileType
impl Debug for AttachmentFileType
Source§impl Default for AttachmentFileType
impl Default for AttachmentFileType
Source§fn default() -> AttachmentFileType
fn default() -> AttachmentFileType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachmentFileType
impl<'de> Deserialize<'de> for AttachmentFileType
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 AttachmentFileType
Source§impl PartialEq for AttachmentFileType
impl PartialEq for AttachmentFileType
Source§fn eq(&self, other: &AttachmentFileType) -> bool
fn eq(&self, other: &AttachmentFileType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AttachmentFileType
impl Serialize for AttachmentFileType
impl StructuralPartialEq for AttachmentFileType
Auto Trait Implementations§
impl Freeze for AttachmentFileType
impl RefUnwindSafe for AttachmentFileType
impl Send for AttachmentFileType
impl Sync for AttachmentFileType
impl Unpin for AttachmentFileType
impl UnsafeUnpin for AttachmentFileType
impl UnwindSafe for AttachmentFileType
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