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