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