pub enum WriteTimeTtlKind {
WriteTime,
Ttl,
}Expand description
A parsed WRITETIME() or TTL() call, as seen during planning.
The caller supplies a slice of these (one per such item in the SELECT list) together with the schema columns. Validation is stateless and re-entrant.
Variants§
Trait Implementations§
Source§impl Clone for WriteTimeTtlKind
impl Clone for WriteTimeTtlKind
Source§fn clone(&self) -> WriteTimeTtlKind
fn clone(&self) -> WriteTimeTtlKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WriteTimeTtlKind
impl Debug for WriteTimeTtlKind
Source§impl PartialEq for WriteTimeTtlKind
impl PartialEq for WriteTimeTtlKind
impl StructuralPartialEq for WriteTimeTtlKind
Auto Trait Implementations§
impl Freeze for WriteTimeTtlKind
impl RefUnwindSafe for WriteTimeTtlKind
impl Send for WriteTimeTtlKind
impl Sync for WriteTimeTtlKind
impl Unpin for WriteTimeTtlKind
impl UnsafeUnpin for WriteTimeTtlKind
impl UnwindSafe for WriteTimeTtlKind
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