pub struct TimeZoneId { /* private fields */ }Expand description
A syntactically valid IANA-shaped time zone identifier.
Implementations§
Source§impl TimeZoneId
impl TimeZoneId
Trait Implementations§
Source§impl AsRef<str> for TimeZoneId
impl AsRef<str> for TimeZoneId
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 moreSource§impl Debug for TimeZoneId
impl Debug for TimeZoneId
Source§impl Display for TimeZoneId
impl Display 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§fn eq(&self, other: &TimeZoneId) -> bool
fn eq(&self, other: &TimeZoneId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TimeZoneId
impl PartialOrd for TimeZoneId
impl Eq 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