pub struct FormatOpts {
pub colorize: bool,
pub full_paths: bool,
pub indent: bool,
pub quote_names: bool,
pub html_links: bool,
}Fields§
§colorize: bool§full_paths: bool§indent: bool§quote_names: bool§html_links: boolTrait Implementations§
Source§impl Clone for FormatOpts
impl Clone for FormatOpts
Source§fn clone(&self) -> FormatOpts
fn clone(&self) -> FormatOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FormatOpts
impl Default for FormatOpts
Source§fn default() -> FormatOpts
fn default() -> FormatOpts
Returns the “default value” for a type. Read more
impl Copy for FormatOpts
Auto Trait Implementations§
impl Freeze for FormatOpts
impl RefUnwindSafe for FormatOpts
impl Send for FormatOpts
impl Sync for FormatOpts
impl Unpin for FormatOpts
impl UnwindSafe for FormatOpts
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