pub enum AnnotAction {
Uri(String),
GotoName(String),
}Expand description
The link action (upstream Pdfaction.Uri / Pdfaction.GotoName).
Variants§
Trait Implementations§
Source§impl Clone for AnnotAction
impl Clone for AnnotAction
Source§fn clone(&self) -> AnnotAction
fn clone(&self) -> AnnotAction
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 AnnotAction
impl Debug for AnnotAction
Source§impl PartialEq for AnnotAction
impl PartialEq for AnnotAction
impl StructuralPartialEq for AnnotAction
Auto Trait Implementations§
impl Freeze for AnnotAction
impl RefUnwindSafe for AnnotAction
impl Send for AnnotAction
impl Sync for AnnotAction
impl Unpin for AnnotAction
impl UnsafeUnpin for AnnotAction
impl UnwindSafe for AnnotAction
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