Struct rusty_logger::logger::Options [−][src]
pub struct Options<T: Write> { pub time: bool, pub name: bool, pub time_unit: TimeUnit, pub colors: Option<Colors>, // some fields omitted }
Fields
time: boolname: booltime_unit: TimeUnitcolors: Option<Colors>Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Options<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Options<T> where
T: Send,
T: Send,
impl<T> Sync for Options<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Options<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Options<T> where
T: UnwindSafe,
T: UnwindSafe,