#[repr(u8)]pub enum AttachmentContentType {
Resolution = 0,
Minutes = 1,
Agreement = 2,
Certificate = 3,
Other = 255,
}Expand description
Attachment content types
Variants§
Trait Implementations§
Source§impl Clone for AttachmentContentType
impl Clone for AttachmentContentType
Source§fn clone(&self) -> AttachmentContentType
fn clone(&self) -> AttachmentContentType
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 AttachmentContentType
impl Debug for AttachmentContentType
Source§impl<'de> Deserialize<'de> for AttachmentContentType
impl<'de> Deserialize<'de> for AttachmentContentType
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 Hash for AttachmentContentType
impl Hash for AttachmentContentType
Source§impl PartialEq for AttachmentContentType
impl PartialEq for AttachmentContentType
Source§fn eq(&self, other: &AttachmentContentType) -> bool
fn eq(&self, other: &AttachmentContentType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AttachmentContentType
impl Serialize for AttachmentContentType
impl Copy for AttachmentContentType
impl Eq for AttachmentContentType
impl StructuralPartialEq for AttachmentContentType
Auto Trait Implementations§
impl Freeze for AttachmentContentType
impl RefUnwindSafe for AttachmentContentType
impl Send for AttachmentContentType
impl Sync for AttachmentContentType
impl Unpin for AttachmentContentType
impl UnsafeUnpin for AttachmentContentType
impl UnwindSafe for AttachmentContentType
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