pub enum FrameTypeRef {
Rows,
Range,
Groups,
}Expand description
Frame type for window functions.
Variants§
Trait Implementations§
Source§impl Clone for FrameTypeRef
impl Clone for FrameTypeRef
Source§fn clone(&self) -> FrameTypeRef
fn clone(&self) -> FrameTypeRef
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 FrameTypeRef
impl Debug for FrameTypeRef
Source§impl PartialEq for FrameTypeRef
impl PartialEq for FrameTypeRef
impl Copy for FrameTypeRef
impl Eq for FrameTypeRef
impl StructuralPartialEq for FrameTypeRef
Auto Trait Implementations§
impl Freeze for FrameTypeRef
impl RefUnwindSafe for FrameTypeRef
impl Send for FrameTypeRef
impl Sync for FrameTypeRef
impl Unpin for FrameTypeRef
impl UnwindSafe for FrameTypeRef
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