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 Freeze for ConsecutiveHyphenLimit
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