pub struct PdfFormFieldOption { /* private fields */ }Expand description
A single selectable option in a list box or check box form field widget.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PdfFormFieldOption
impl Send for PdfFormFieldOption
impl Sync for PdfFormFieldOption
impl Unpin for PdfFormFieldOption
impl UnwindSafe for PdfFormFieldOption
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