pub struct CqlUsing {
pub ttl: Option<CqlExpression>,
pub timestamp: Option<CqlExpression>,
}Expand description
USING clause for timestamps and TTL
Fields§
§ttl: Option<CqlExpression>TTL specification
timestamp: Option<CqlExpression>TIMESTAMP specification
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CqlUsing
impl<'de> Deserialize<'de> for CqlUsing
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CqlUsing
Auto Trait Implementations§
impl Freeze for CqlUsing
impl RefUnwindSafe for CqlUsing
impl Send for CqlUsing
impl Sync for CqlUsing
impl Unpin for CqlUsing
impl UnsafeUnpin for CqlUsing
impl UnwindSafe for CqlUsing
Blanket Implementations§
impl<T> Allocation for T
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