pub struct PdfActionGoTo { /* private fields */ }Expand description
Wraps PDFActionGoTo.
Implementations§
Source§impl PdfActionGoTo
impl PdfActionGoTo
Sourcepub fn new(destination: &PdfDestination) -> Result<Self>
pub fn new(destination: &PdfDestination) -> Result<Self>
Wraps PDFActionGoTo(destination:).
Sourcepub fn destination(&self) -> Option<PdfDestination>
pub fn destination(&self) -> Option<PdfDestination>
Wraps the corresponding PDFActionGoTo API.
Sourcepub fn set_destination(&self, destination: &PdfDestination) -> Result<()>
pub fn set_destination(&self, destination: &PdfDestination) -> Result<()>
Wraps the corresponding PDFActionGoTo API.
Sourcepub fn action_type(&self) -> Option<String>
pub fn action_type(&self) -> Option<String>
Wraps the corresponding PDFActionGoTo API.
Trait Implementations§
Source§impl Clone for PdfActionGoTo
impl Clone for PdfActionGoTo
Source§fn clone(&self) -> PdfActionGoTo
fn clone(&self) -> PdfActionGoTo
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 PdfActionGoTo
impl Debug for PdfActionGoTo
impl PdfActionLike for PdfActionGoTo
Auto Trait Implementations§
impl Freeze for PdfActionGoTo
impl RefUnwindSafe for PdfActionGoTo
impl !Send for PdfActionGoTo
impl !Sync for PdfActionGoTo
impl Unpin for PdfActionGoTo
impl UnsafeUnpin for PdfActionGoTo
impl UnwindSafe for PdfActionGoTo
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