pub enum RtcBase {
Utc,
Localtime,
Datetime(DateTime<Utc>),
}
Variants§
Auto Trait Implementations§
impl Freeze for RtcBase
impl RefUnwindSafe for RtcBase
impl Send for RtcBase
impl Sync for RtcBase
impl Unpin for RtcBase
impl UnwindSafe for RtcBase
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