pub enum WindowFrameUnits {
Rows,
Range,
Groups,
}
Variants§
Trait Implementations§
source§impl Clone for WindowFrameUnits
impl Clone for WindowFrameUnits
source§fn clone(&self) -> WindowFrameUnits
fn clone(&self) -> WindowFrameUnits
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 WindowFrameUnits
impl Debug for WindowFrameUnits
source§impl Display for WindowFrameUnits
impl Display for WindowFrameUnits
source§impl Hash for WindowFrameUnits
impl Hash for WindowFrameUnits
source§impl PartialEq for WindowFrameUnits
impl PartialEq for WindowFrameUnits
source§fn eq(&self, other: &WindowFrameUnits) -> bool
fn eq(&self, other: &WindowFrameUnits) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for WindowFrameUnits
impl StructuralPartialEq for WindowFrameUnits
Auto Trait Implementations§
impl RefUnwindSafe for WindowFrameUnits
impl Send for WindowFrameUnits
impl Sync for WindowFrameUnits
impl Unpin for WindowFrameUnits
impl UnwindSafe for WindowFrameUnits
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