pub struct HangingPunctuationConfig {
pub enabled: bool,
}Expand description
Hanging punctuation policy.
Fields§
§enabled: boolEnable hanging punctuation (currently informational).
Trait Implementations§
Source§impl Clone for HangingPunctuationConfig
impl Clone for HangingPunctuationConfig
Source§fn clone(&self) -> HangingPunctuationConfig
fn clone(&self) -> HangingPunctuationConfig
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 HangingPunctuationConfig
impl Debug for HangingPunctuationConfig
Source§impl Default for HangingPunctuationConfig
impl Default for HangingPunctuationConfig
Source§impl PartialEq for HangingPunctuationConfig
impl PartialEq for HangingPunctuationConfig
impl Copy for HangingPunctuationConfig
impl Eq for HangingPunctuationConfig
impl StructuralPartialEq for HangingPunctuationConfig
Auto Trait Implementations§
impl Freeze for HangingPunctuationConfig
impl RefUnwindSafe for HangingPunctuationConfig
impl Send for HangingPunctuationConfig
impl Sync for HangingPunctuationConfig
impl Unpin for HangingPunctuationConfig
impl UnsafeUnpin for HangingPunctuationConfig
impl UnwindSafe for HangingPunctuationConfig
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