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