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