pub enum LocalOrUtcSettings {
Local,
Utc,
LocalAndDifference,
}
Variants§
Trait Implementations§
source§impl Clone for LocalOrUtcSettings
impl Clone for LocalOrUtcSettings
source§fn clone(&self) -> LocalOrUtcSettings
fn clone(&self) -> LocalOrUtcSettings
Returns a copy 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 LocalOrUtcSettings
impl Debug for LocalOrUtcSettings
source§impl PartialEq for LocalOrUtcSettings
impl PartialEq for LocalOrUtcSettings
source§fn eq(&self, other: &LocalOrUtcSettings) -> bool
fn eq(&self, other: &LocalOrUtcSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PropertySetting for LocalOrUtcSettings
impl PropertySetting for LocalOrUtcSettings
impl StructuralPartialEq for LocalOrUtcSettings
Auto Trait Implementations§
impl RefUnwindSafe for LocalOrUtcSettings
impl Send for LocalOrUtcSettings
impl Sync for LocalOrUtcSettings
impl Unpin for LocalOrUtcSettings
impl UnwindSafe for LocalOrUtcSettings
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