Enum dprint_plugin_markdown::configuration::TextWrap [−][src]
pub enum TextWrap {
Always,
Maintain,
Never,
}Expand description
Text wrapping possibilities.
Variants
Always wraps text.
Maintains line breaks (default).
Never wraps text.
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 TextWrap
impl UnwindSafe for TextWrap
Blanket Implementations
Mutably borrows from an owned value. Read more