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