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