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