pub struct PdfActionResetForm { /* private fields */ }Expand description
Wraps PDFActionResetForm.
Implementations§
Source§impl PdfActionResetForm
impl PdfActionResetForm
Sourcepub fn set_fields<I, S>(&self, fields: I) -> Result<()>
pub fn set_fields<I, S>(&self, fields: I) -> Result<()>
Wraps the corresponding PDFActionResetForm API.
Sourcepub fn clear_fields(&self) -> Result<()>
pub fn clear_fields(&self) -> Result<()>
Wraps the corresponding PDFActionResetForm API.
Sourcepub fn fields_included_are_cleared(&self) -> bool
pub fn fields_included_are_cleared(&self) -> bool
Wraps the corresponding PDFActionResetForm API.
Sourcepub fn set_fields_included_are_cleared(&self, value: bool)
pub fn set_fields_included_are_cleared(&self, value: bool)
Wraps the corresponding PDFActionResetForm API.
Sourcepub fn action_type(&self) -> Option<String>
pub fn action_type(&self) -> Option<String>
Wraps the corresponding PDFActionResetForm API.
Trait Implementations§
Source§impl Clone for PdfActionResetForm
impl Clone for PdfActionResetForm
Source§fn clone(&self) -> PdfActionResetForm
fn clone(&self) -> PdfActionResetForm
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 PdfActionResetForm
impl Debug for PdfActionResetForm
impl PdfActionLike for PdfActionResetForm
Auto Trait Implementations§
impl Freeze for PdfActionResetForm
impl RefUnwindSafe for PdfActionResetForm
impl !Send for PdfActionResetForm
impl !Sync for PdfActionResetForm
impl Unpin for PdfActionResetForm
impl UnsafeUnpin for PdfActionResetForm
impl UnwindSafe for PdfActionResetForm
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