pub struct VerboseOptions {
pub level: u8,
pub html_format: bool,
}Expand description
详细输出选项
Fields§
§level: u8详细级别 (0-5)
html_format: boolHTML 格式输出
Implementations§
Trait Implementations§
Source§impl Clone for VerboseOptions
impl Clone for VerboseOptions
Source§fn clone(&self) -> VerboseOptions
fn clone(&self) -> VerboseOptions
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 moreAuto Trait Implementations§
impl Freeze for VerboseOptions
impl RefUnwindSafe for VerboseOptions
impl Send for VerboseOptions
impl Sync for VerboseOptions
impl Unpin for VerboseOptions
impl UnsafeUnpin for VerboseOptions
impl UnwindSafe for VerboseOptions
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