Enum sql_migration_sim::ast::TableVersion
source · pub enum TableVersion {
ForSystemTimeAsOf(Expr),
}
Variants§
Trait Implementations§
source§impl Clone for TableVersion
impl Clone for TableVersion
source§fn clone(&self) -> TableVersion
fn clone(&self) -> TableVersion
Returns a copy of the value. Read more
1.0.0 · 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 TableVersion
impl Debug for TableVersion
source§impl Display for TableVersion
impl Display for TableVersion
source§impl Hash for TableVersion
impl Hash for TableVersion
source§impl Ord for TableVersion
impl Ord for TableVersion
source§fn cmp(&self, other: &TableVersion) -> Ordering
fn cmp(&self, other: &TableVersion) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TableVersion
impl PartialEq for TableVersion
source§fn eq(&self, other: &TableVersion) -> bool
fn eq(&self, other: &TableVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TableVersion
impl PartialOrd for TableVersion
source§fn partial_cmp(&self, other: &TableVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &TableVersion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for TableVersion
impl StructuralEq for TableVersion
impl StructuralPartialEq for TableVersion
Auto Trait Implementations§
impl RefUnwindSafe for TableVersion
impl Send for TableVersion
impl Sync for TableVersion
impl Unpin for TableVersion
impl UnwindSafe for TableVersion
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