pub enum FileAttachmentIcon {
Graph,
Paperclip,
PushPin,
Tag,
}Expand description
File attachment icon types
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FileAttachmentIcon
impl Clone for FileAttachmentIcon
Source§fn clone(&self) -> FileAttachmentIcon
fn clone(&self) -> FileAttachmentIcon
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 moreAuto Trait Implementations§
impl Freeze for FileAttachmentIcon
impl RefUnwindSafe for FileAttachmentIcon
impl Send for FileAttachmentIcon
impl Sync for FileAttachmentIcon
impl Unpin for FileAttachmentIcon
impl UnsafeUnpin for FileAttachmentIcon
impl UnwindSafe for FileAttachmentIcon
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