Struct time::utc_offset::private::UtcOffsetMetadata
source · #[non_exhaustive]pub struct UtcOffsetMetadata;
Trait Implementations§
source§impl Clone for UtcOffsetMetadata
impl Clone for UtcOffsetMetadata
source§fn clone(&self) -> UtcOffsetMetadata
fn clone(&self) -> UtcOffsetMetadata
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 UtcOffsetMetadata
impl Debug for UtcOffsetMetadata
impl Copy for UtcOffsetMetadata
Auto Trait Implementations§
impl Freeze for UtcOffsetMetadata
impl RefUnwindSafe for UtcOffsetMetadata
impl Send for UtcOffsetMetadata
impl Sync for UtcOffsetMetadata
impl Unpin for UtcOffsetMetadata
impl UnwindSafe for UtcOffsetMetadata
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