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