pub enum WindowFrameExclude {
CurrentRow,
Group,
Ties,
NoOthers,
}Variants§
Trait Implementations§
Source§impl Clone for WindowFrameExclude
impl Clone for WindowFrameExclude
Source§fn clone(&self) -> WindowFrameExclude
fn clone(&self) -> WindowFrameExclude
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 WindowFrameExclude
impl Debug for WindowFrameExclude
Source§impl From<SerialWindowFrameExclude> for WindowFrameExclude
impl From<SerialWindowFrameExclude> for WindowFrameExclude
Source§fn from(s: SerialWindowFrameExclude) -> WindowFrameExclude
fn from(s: SerialWindowFrameExclude) -> WindowFrameExclude
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowFrameExclude
impl RefUnwindSafe for WindowFrameExclude
impl Send for WindowFrameExclude
impl Sync for WindowFrameExclude
impl Unpin for WindowFrameExclude
impl UnsafeUnpin for WindowFrameExclude
impl UnwindSafe for WindowFrameExclude
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