pub struct DateTimeOffset { /* private fields */ }Expand description
日期时间偏移量
Implementations§
Trait Implementations§
Source§impl Clone for DateTimeOffset
impl Clone for DateTimeOffset
Source§fn clone(&self) -> DateTimeOffset
fn clone(&self) -> DateTimeOffset
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 DateTimeOffset
impl Debug for DateTimeOffset
Auto Trait Implementations§
impl Freeze for DateTimeOffset
impl RefUnwindSafe for DateTimeOffset
impl Send for DateTimeOffset
impl Sync for DateTimeOffset
impl Unpin for DateTimeOffset
impl UnsafeUnpin for DateTimeOffset
impl UnwindSafe for DateTimeOffset
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