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