Enum ftlog::LogTimezone
source · pub enum LogTimezone {
Local,
Utc,
Fixed(UtcOffset),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for LogTimezone
impl Send for LogTimezone
impl Sync for LogTimezone
impl Unpin for LogTimezone
impl UnwindSafe for LogTimezone
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