pub struct Settings {
pub arc_indent: usize,
pub arc_symbol_set: String,
pub arc_dict_separator: String,
pub arc_list_separator: String,
pub arc_list_max_length: usize,
}Fields§
§arc_indent: usize§arc_symbol_set: String§arc_dict_separator: String§arc_list_separator: String§arc_list_max_length: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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