pub struct TimeZoneId {
pub normalized: NormalizedId,
pub resolved: ResolvedId,
}Fields§
§normalized: NormalizedId§resolved: ResolvedIdTrait Implementations§
Source§impl Clone for TimeZoneId
impl Clone for TimeZoneId
Source§fn clone(&self) -> TimeZoneId
fn clone(&self) -> TimeZoneId
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 TimeZoneId
Source§impl Debug for TimeZoneId
impl Debug for TimeZoneId
Source§impl Default for TimeZoneId
impl Default for TimeZoneId
Source§fn default() -> TimeZoneId
fn default() -> TimeZoneId
Returns the “default value” for a type. Read more
impl Eq for TimeZoneId
Source§impl Hash for TimeZoneId
impl Hash for TimeZoneId
Source§impl Ord for TimeZoneId
impl Ord for TimeZoneId
Source§fn cmp(&self, other: &TimeZoneId) -> Ordering
fn cmp(&self, other: &TimeZoneId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TimeZoneId
impl PartialEq for TimeZoneId
Source§impl PartialOrd for TimeZoneId
impl PartialOrd for TimeZoneId
impl StructuralPartialEq for TimeZoneId
Auto Trait Implementations§
impl Freeze for TimeZoneId
impl RefUnwindSafe for TimeZoneId
impl Send for TimeZoneId
impl Sync for TimeZoneId
impl Unpin for TimeZoneId
impl UnsafeUnpin for TimeZoneId
impl UnwindSafe for TimeZoneId
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