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