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