pub enum TimestampOffset {}
Auto Trait Implementations§
impl Freeze for TimestampOffset
impl RefUnwindSafe for TimestampOffset
impl Send for TimestampOffset
impl Sync for TimestampOffset
impl Unpin for TimestampOffset
impl UnwindSafe for TimestampOffset
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