pub struct LogOptions {
pub file: String,
pub blocks: Option<u64>,
pub no_empty: bool,
pub verbose: bool,
pub json: bool,
}Fields§
§file: String§blocks: Option<u64>§no_empty: bool§verbose: bool§json: boolAuto Trait Implementations§
impl Freeze for LogOptions
impl RefUnwindSafe for LogOptions
impl Send for LogOptions
impl Sync for LogOptions
impl Unpin for LogOptions
impl UnwindSafe for LogOptions
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