pub enum FileAttachmentIcon {
GraphPushPin,
PaperclipTag,
PushPin,
}Expand description
File attachment annotation icon per PDF spec Section 12.5.6.15.
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 · 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 FileAttachmentIcon
impl Debug for FileAttachmentIcon
Source§impl Default for FileAttachmentIcon
impl Default for FileAttachmentIcon
Source§fn default() -> FileAttachmentIcon
fn default() -> FileAttachmentIcon
Returns the “default value” for a type. Read more
Source§impl PartialEq for FileAttachmentIcon
impl PartialEq for FileAttachmentIcon
impl Copy for FileAttachmentIcon
impl Eq for FileAttachmentIcon
impl StructuralPartialEq for FileAttachmentIcon
Auto Trait Implementations§
impl Freeze for FileAttachmentIcon
impl RefUnwindSafe for FileAttachmentIcon
impl Send for FileAttachmentIcon
impl Sync for FileAttachmentIcon
impl Unpin 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