pub enum AttachmentSubType {
Folder,
Document,
Drawing,
Pdf,
Presentation,
Spreadsheet,
}
Expand description
Represents a valid Attachment Sub Type in Smartsheet.
Variants§
Trait Implementations§
Source§impl Clone for AttachmentSubType
impl Clone for AttachmentSubType
Source§fn clone(&self) -> AttachmentSubType
fn clone(&self) -> AttachmentSubType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AttachmentSubType
impl Debug for AttachmentSubType
Source§impl Default for AttachmentSubType
impl Default for AttachmentSubType
Source§impl<'de> Deserialize<'de> for AttachmentSubType
impl<'de> Deserialize<'de> for AttachmentSubType
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
Source§impl PartialEq for AttachmentSubType
impl PartialEq for AttachmentSubType
Source§impl Serialize for AttachmentSubType
impl Serialize for AttachmentSubType
impl StructuralPartialEq for AttachmentSubType
Auto Trait Implementations§
impl Freeze for AttachmentSubType
impl RefUnwindSafe for AttachmentSubType
impl Send for AttachmentSubType
impl Sync for AttachmentSubType
impl Unpin for AttachmentSubType
impl UnwindSafe for AttachmentSubType
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