pub struct TreePrintConfig {
pub charset: Charset,
pub prefix: Prefix,
}Fields§
§charset: Charset§prefix: PrefixTrait Implementations§
Auto Trait Implementations§
impl Freeze for TreePrintConfig
impl RefUnwindSafe for TreePrintConfig
impl Send for TreePrintConfig
impl Sync for TreePrintConfig
impl Unpin for TreePrintConfig
impl UnsafeUnpin for TreePrintConfig
impl UnwindSafe for TreePrintConfig
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