pub enum SystemColumn {
RowNumbers,
Partitions,
CreatedAt,
UpdatedAt,
Time,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SystemColumn
impl Clone for SystemColumn
Source§fn clone(&self) -> SystemColumn
fn clone(&self) -> SystemColumn
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 moreimpl Copy for SystemColumn
Source§impl Debug for SystemColumn
impl Debug for SystemColumn
Source§impl Display for SystemColumn
impl Display for SystemColumn
impl Eq for SystemColumn
Source§impl PartialEq for SystemColumn
impl PartialEq for SystemColumn
impl StructuralPartialEq for SystemColumn
Auto Trait Implementations§
impl Freeze for SystemColumn
impl RefUnwindSafe for SystemColumn
impl Send for SystemColumn
impl Sync for SystemColumn
impl Unpin for SystemColumn
impl UnsafeUnpin for SystemColumn
impl UnwindSafe for SystemColumn
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