pub struct UtcOffsetValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UtcOffsetValue
impl Clone for UtcOffsetValue
Source§fn clone(&self) -> UtcOffsetValue
fn clone(&self) -> UtcOffsetValue
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 UtcOffsetValue
Source§impl Debug for UtcOffsetValue
impl Debug for UtcOffsetValue
Source§impl Display for UtcOffsetValue
impl Display for UtcOffsetValue
impl Eq for UtcOffsetValue
Source§impl FromStr for UtcOffsetValue
impl FromStr for UtcOffsetValue
Source§impl Ord for UtcOffsetValue
impl Ord for UtcOffsetValue
Source§fn cmp(&self, other: &UtcOffsetValue) -> Ordering
fn cmp(&self, other: &UtcOffsetValue) -> 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 UtcOffsetValue
impl PartialEq for UtcOffsetValue
Source§fn eq(&self, other: &UtcOffsetValue) -> bool
fn eq(&self, other: &UtcOffsetValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UtcOffsetValue
impl PartialOrd for UtcOffsetValue
impl StructuralPartialEq for UtcOffsetValue
Auto Trait Implementations§
impl Freeze for UtcOffsetValue
impl RefUnwindSafe for UtcOffsetValue
impl Send for UtcOffsetValue
impl Sync for UtcOffsetValue
impl Unpin for UtcOffsetValue
impl UnsafeUnpin for UtcOffsetValue
impl UnwindSafe for UtcOffsetValue
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