#[repr(u32)]pub enum FrameBoundType {
UnboundedPreceding = 0,
ExprPreceding = 1,
CurrentRow = 2,
ExprFollowing = 3,
UnboundedFollowing = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FrameBoundType
impl Clone for FrameBoundType
Source§fn clone(&self) -> FrameBoundType
fn clone(&self) -> FrameBoundType
Returns a duplicate 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 FrameBoundType
impl Debug for FrameBoundType
Source§impl PartialEq for FrameBoundType
impl PartialEq for FrameBoundType
impl Copy for FrameBoundType
impl Eq for FrameBoundType
impl StructuralPartialEq for FrameBoundType
Auto Trait Implementations§
impl Freeze for FrameBoundType
impl RefUnwindSafe for FrameBoundType
impl Send for FrameBoundType
impl Sync for FrameBoundType
impl Unpin for FrameBoundType
impl UnsafeUnpin for FrameBoundType
impl UnwindSafe for FrameBoundType
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