pub enum AttachmentTag {
Attachments,
Avatars,
Backgrounds,
Icons,
Banners,
}Expand description
Attachment tag
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AttachmentTag
impl Clone for AttachmentTag
Source§fn clone(&self) -> AttachmentTag
fn clone(&self) -> AttachmentTag
Returns a duplicate of the value. Read more
1.0.0 · 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 AttachmentTag
impl Debug for AttachmentTag
Source§impl<'de> Deserialize<'de> for AttachmentTag
impl<'de> Deserialize<'de> for AttachmentTag
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 Display for AttachmentTag
impl Display for AttachmentTag
Source§impl Hash for AttachmentTag
impl Hash for AttachmentTag
Source§impl Ord for AttachmentTag
impl Ord for AttachmentTag
Source§fn cmp(&self, other: &AttachmentTag) -> Ordering
fn cmp(&self, other: &AttachmentTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AttachmentTag
impl PartialEq for AttachmentTag
Source§impl PartialOrd for AttachmentTag
impl PartialOrd for AttachmentTag
Source§impl Serialize for AttachmentTag
impl Serialize for AttachmentTag
impl Copy for AttachmentTag
impl Eq for AttachmentTag
impl StructuralPartialEq for AttachmentTag
Auto Trait Implementations§
impl Freeze for AttachmentTag
impl RefUnwindSafe for AttachmentTag
impl Send for AttachmentTag
impl Sync for AttachmentTag
impl Unpin for AttachmentTag
impl UnwindSafe for AttachmentTag
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