Struct cql3_parser::common::TtlTimestamp
source · [−]Expand description
the structure of the TTL / Timestamp option.
Fields
ttl: Option<u64>the optional time-to-live value
timestamp: Option<u64>the optional timestamp value
Trait Implementations
sourceimpl Clone for TtlTimestamp
impl Clone for TtlTimestamp
sourcefn clone(&self) -> TtlTimestamp
fn clone(&self) -> TtlTimestamp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TtlTimestamp
impl Debug for TtlTimestamp
sourceimpl Display for TtlTimestamp
impl Display for TtlTimestamp
sourceimpl PartialEq<TtlTimestamp> for TtlTimestamp
impl PartialEq<TtlTimestamp> for TtlTimestamp
sourcefn eq(&self, other: &TtlTimestamp) -> bool
fn eq(&self, other: &TtlTimestamp) -> bool
impl StructuralPartialEq for TtlTimestamp
Auto Trait Implementations
impl RefUnwindSafe for TtlTimestamp
impl Send for TtlTimestamp
impl Sync for TtlTimestamp
impl Unpin for TtlTimestamp
impl UnwindSafe for TtlTimestamp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more