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