Enum dprint_core::formatting::WriteItem [−][src]
pub enum WriteItem<'a> {
String(&'a StringContainer),
Indent(u8),
NewLine,
Tab,
Space,
}Variants
String(&'a StringContainer)Indent(u8)Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for WriteItem<'a>impl<'a> UnwindSafe for WriteItem<'a>Blanket Implementations
Mutably borrows from an owned value. Read more