pub enum AttachmentFileType {
TextLocal,
ImageUpload,
DocumentUpload,
}Expand description
How an object is exposed to the model.
Variants§
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<'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§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