pub struct PdfActionResetForm { /* private fields */ }Implementations§
Source§impl PdfActionResetForm
impl PdfActionResetForm
pub fn new() -> Result<Self>
pub fn fields(&self) -> Result<Vec<String>>
pub fn set_fields<I, S>(&self, fields: I) -> Result<()>
pub fn clear_fields(&self) -> Result<()>
pub fn fields_included_are_cleared(&self) -> bool
pub fn set_fields_included_are_cleared(&self, value: bool)
pub fn action_type(&self) -> Option<String>
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