Struct indent_write::indentable::IndentedSkipIntial [−][src]
Expand description
Fields
item: T
The item to indent.
indent: &'i str
The indentation to insert before each non-empty line.
Trait Implementations
Auto Trait Implementations
impl<'i, T> RefUnwindSafe for IndentedSkipIntial<'i, T> where
T: RefUnwindSafe,
impl<'i, T> Send for IndentedSkipIntial<'i, T> where
T: Send,
impl<'i, T> Sync for IndentedSkipIntial<'i, T> where
T: Sync,
impl<'i, T> Unpin for IndentedSkipIntial<'i, T> where
T: Unpin,
impl<'i, T> UnwindSafe for IndentedSkipIntial<'i, T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more