Struct docx_rust::settings::ConsecutiveHyphenLimit
source · pub struct ConsecutiveHyphenLimit {}
Trait Implementations§
source§impl Clone for ConsecutiveHyphenLimit
impl Clone for ConsecutiveHyphenLimit
source§fn clone(&self) -> ConsecutiveHyphenLimit
fn clone(&self) -> ConsecutiveHyphenLimit
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 ConsecutiveHyphenLimit
impl Debug for ConsecutiveHyphenLimit
source§impl Default for ConsecutiveHyphenLimit
impl Default for ConsecutiveHyphenLimit
source§fn default() -> ConsecutiveHyphenLimit
fn default() -> ConsecutiveHyphenLimit
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for ConsecutiveHyphenLimit
impl<'__input> XmlRead<'__input> for ConsecutiveHyphenLimit
Auto Trait Implementations§
impl RefUnwindSafe for ConsecutiveHyphenLimit
impl Send for ConsecutiveHyphenLimit
impl Sync for ConsecutiveHyphenLimit
impl Unpin for ConsecutiveHyphenLimit
impl UnwindSafe for ConsecutiveHyphenLimit
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