pub enum StrongStyle {
Asterisk,
Underscore,
Preserve,
}Expand description
Strong-emphasis delimiter normalisation policy. Defaults to
Preserve. Independent of ItalicStyle so an author can
canonicalise one without forcing the other.
Variants§
Trait Implementations§
Source§impl Clone for StrongStyle
impl Clone for StrongStyle
Source§fn clone(&self) -> StrongStyle
fn clone(&self) -> StrongStyle
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 moreSource§impl Debug for StrongStyle
impl Debug for StrongStyle
Source§impl PartialEq for StrongStyle
impl PartialEq for StrongStyle
Source§fn eq(&self, other: &StrongStyle) -> bool
fn eq(&self, other: &StrongStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StrongStyle
impl Eq for StrongStyle
impl StructuralPartialEq for StrongStyle
Auto Trait Implementations§
impl Freeze for StrongStyle
impl RefUnwindSafe for StrongStyle
impl Send for StrongStyle
impl Sync for StrongStyle
impl Unpin for StrongStyle
impl UnsafeUnpin for StrongStyle
impl UnwindSafe for StrongStyle
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