pub struct LocalTimeType {
pub utc_offset: i32,
pub is_dst: bool,
pub designation_index: u8,
}Fields§
§utc_offset: i32§is_dst: bool§designation_index: u8Trait Implementations§
Source§impl Clone for LocalTimeType
impl Clone for LocalTimeType
Source§fn clone(&self) -> LocalTimeType
fn clone(&self) -> LocalTimeType
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 LocalTimeType
impl Debug for LocalTimeType
Source§impl PartialEq for LocalTimeType
impl PartialEq for LocalTimeType
impl Copy for LocalTimeType
impl Eq for LocalTimeType
impl StructuralPartialEq for LocalTimeType
Auto Trait Implementations§
impl Freeze for LocalTimeType
impl RefUnwindSafe for LocalTimeType
impl Send for LocalTimeType
impl Sync for LocalTimeType
impl Unpin for LocalTimeType
impl UnsafeUnpin for LocalTimeType
impl UnwindSafe for LocalTimeType
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