Enum sql_migration_sim::ast::WindowType
source · pub enum WindowType {
WindowSpec(WindowSpec),
NamedWindow(Ident),
}
Variants§
WindowSpec(WindowSpec)
NamedWindow(Ident)
Trait Implementations§
source§impl Clone for WindowType
impl Clone for WindowType
source§fn clone(&self) -> WindowType
fn clone(&self) -> WindowType
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 WindowType
impl Debug for WindowType
source§impl Display for WindowType
impl Display for WindowType
source§impl Hash for WindowType
impl Hash for WindowType
source§impl Ord for WindowType
impl Ord for WindowType
source§fn cmp(&self, other: &WindowType) -> Ordering
fn cmp(&self, other: &WindowType) -> 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 WindowType
impl PartialEq for WindowType
source§fn eq(&self, other: &WindowType) -> bool
fn eq(&self, other: &WindowType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for WindowType
impl PartialOrd for WindowType
source§fn partial_cmp(&self, other: &WindowType) -> Option<Ordering>
fn partial_cmp(&self, other: &WindowType) -> 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 WindowType
impl StructuralEq for WindowType
impl StructuralPartialEq for WindowType
Auto Trait Implementations§
impl RefUnwindSafe for WindowType
impl Send for WindowType
impl Sync for WindowType
impl Unpin for WindowType
impl UnwindSafe for WindowType
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