pub struct LoggingPlan {
pub level: LogLevel,
pub timestamps: bool,
}Fields§
§level: LogLevel§timestamps: boolTrait Implementations§
Source§impl Clone for LoggingPlan
impl Clone for LoggingPlan
Source§fn clone(&self) -> LoggingPlan
fn clone(&self) -> LoggingPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LoggingPlan
Source§impl Debug for LoggingPlan
impl Debug for LoggingPlan
impl Eq for LoggingPlan
Source§impl PartialEq for LoggingPlan
impl PartialEq for LoggingPlan
impl StructuralPartialEq for LoggingPlan
Auto Trait Implementations§
impl Freeze for LoggingPlan
impl RefUnwindSafe for LoggingPlan
impl Send for LoggingPlan
impl Sync for LoggingPlan
impl Unpin for LoggingPlan
impl UnsafeUnpin for LoggingPlan
impl UnwindSafe for LoggingPlan
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