pub struct Time(pub TimeDelta);
Expand description
Wrapper used to differentiate between Time and Timestamp as sending values Nanoseconds since midnight
Tuple Fields§
§0: TimeDelta
Trait Implementations§
Source§impl FromCqlVal<CqlValue> for Time
impl FromCqlVal<CqlValue> for Time
impl Copy for Time
impl Eq for Time
impl StructuralPartialEq for Time
Auto Trait Implementations§
impl Freeze for Time
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnwindSafe for Time
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