pub enum SmartPunctuation {
LeftSingleQuote,
RightSingleQuote,
LeftDoubleQuote,
RightDoubleQuote,
Ellipses,
EmDash,
EnDash,
}Expand description
The smart-punctuation kind for Builder::add_smart_punctuation.
Variants§
Trait Implementations§
Source§impl Clone for SmartPunctuation
impl Clone for SmartPunctuation
Source§fn clone(&self) -> SmartPunctuation
fn clone(&self) -> SmartPunctuation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SmartPunctuation
Source§impl Debug for SmartPunctuation
impl Debug for SmartPunctuation
impl Eq for SmartPunctuation
Source§impl PartialEq for SmartPunctuation
impl PartialEq for SmartPunctuation
impl StructuralPartialEq for SmartPunctuation
Auto Trait Implementations§
impl Freeze for SmartPunctuation
impl RefUnwindSafe for SmartPunctuation
impl Send for SmartPunctuation
impl Sync for SmartPunctuation
impl Unpin for SmartPunctuation
impl UnsafeUnpin for SmartPunctuation
impl UnwindSafe for SmartPunctuation
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