Enum dprint_plugin_markdown::configuration::StrongKind [−][src]
pub enum StrongKind {
Asterisks,
Underscores,
}Expand description
The character to use for strong emphasis/bold.
Variants
Uses asterisks (**) for strong emphasis (default).
Uses underscores (__) for strong emphasis.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StrongKindimpl Send for StrongKindimpl Sync for StrongKindimpl Unpin for StrongKindimpl UnwindSafe for StrongKindBlanket Implementations
Mutably borrows from an owned value. Read more