Enum sql_ast::ast::WindowFrameBound [−][src]
Expand description
Specifies WindowFrame’s start_bound and end_bound
Variants
CURRENT ROW
<N> PRECEDING or UNBOUNDED PRECEDING
<N> FOLLOWING or UNBOUNDED FOLLOWING.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for WindowFrameBoundimpl Send for WindowFrameBoundimpl Sync for WindowFrameBoundimpl Unpin for WindowFrameBoundimpl UnwindSafe for WindowFrameBoundBlanket Implementations
Mutably borrows from an owned value. Read more