Struct docx_rust::settings::NoPunctuationKerning
source · 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 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 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 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