pub struct TimeZoneFormatEnv {
pub datetime_fmt: &'static str,
pub offset: FixedOffset,
pub module_path: bool,
pub target: bool,
pub level: bool,
pub indent: Option<usize>,
pub suffix: &'static str,
}Fields§
§datetime_fmt: &'static str§offset: FixedOffset§module_path: bool§target: bool§level: bool§indent: Option<usize>§suffix: &'static strImplementations§
Trait Implementations§
Source§impl Clone for TimeZoneFormatEnv
impl Clone for TimeZoneFormatEnv
Source§fn clone(&self) -> TimeZoneFormatEnv
fn clone(&self) -> TimeZoneFormatEnv
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 Debug for TimeZoneFormatEnv
impl Debug for TimeZoneFormatEnv
Auto Trait Implementations§
impl Freeze for TimeZoneFormatEnv
impl RefUnwindSafe for TimeZoneFormatEnv
impl Send for TimeZoneFormatEnv
impl Sync for TimeZoneFormatEnv
impl Unpin for TimeZoneFormatEnv
impl UnwindSafe for TimeZoneFormatEnv
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