pub struct PrintFormsData {
pub val: Option<bool>,
}
Fields§
§val: Option<bool>
Trait Implementations§
Source§impl Clone for PrintFormsData
impl Clone for PrintFormsData
Source§fn clone(&self) -> PrintFormsData
fn clone(&self) -> PrintFormsData
Returns a copy of the value. Read more
1.0.0 · 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 PrintFormsData
impl Debug for PrintFormsData
Source§impl Default for PrintFormsData
impl Default for PrintFormsData
Source§fn default() -> PrintFormsData
fn default() -> PrintFormsData
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for PrintFormsData
impl<'__input> XmlRead<'__input> for PrintFormsData
Auto Trait Implementations§
impl Freeze for PrintFormsData
impl RefUnwindSafe for PrintFormsData
impl Send for PrintFormsData
impl Sync for PrintFormsData
impl Unpin for PrintFormsData
impl UnwindSafe for PrintFormsData
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