kvarn_
chute
0.4.0
Indent
Indenter
Trait Implementations
Debug
Display
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
AsCleanDebug
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
ToCompactString
ToString
TryFrom<U>
TryInto<U>
In crate kvarn_
chute
kvarn_chute
Struct
IndentIndenter
Copy item path
source
pub struct IndentIndenter<'a> {
/* private fields */
}
Trait Implementations
§
source
§
impl<'a>
Debug
for
IndentIndenter
<'a>
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Display
for
IndentIndenter
<'_>
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Auto Trait Implementations
§