Struct ex_cli::printer::IndentChars
source · pub struct IndentChars {
pub branching: char,
pub terminating: char,
pub horizontal: char,
pub vertical: char,
}Fields§
§branching: char§terminating: char§horizontal: char§vertical: charAuto Trait Implementations§
impl Freeze for IndentChars
impl RefUnwindSafe for IndentChars
impl Send for IndentChars
impl Sync for IndentChars
impl Unpin for IndentChars
impl UnwindSafe for IndentChars
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more