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