pub struct PdfActionGoTo { /* private fields */ }Implementations§
Source§impl PdfActionGoTo
impl PdfActionGoTo
pub fn new(destination: &PdfDestination) -> Result<Self>
pub fn destination(&self) -> Option<PdfDestination>
pub fn set_destination(&self, destination: &PdfDestination) -> Result<()>
pub fn action_type(&self) -> Option<String>
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