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<'de> Deserialize<'de> for WindowFrameUnits
impl<'de> Deserialize<'de> for WindowFrameUnits
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for WindowFrameUnits
impl Display for WindowFrameUnits
Source§impl Hash for WindowFrameUnits
impl Hash for WindowFrameUnits
Source§impl Ord for WindowFrameUnits
impl Ord for WindowFrameUnits
Source§fn cmp(&self, other: &WindowFrameUnits) -> Ordering
fn cmp(&self, other: &WindowFrameUnits) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WindowFrameUnits
impl PartialEq for WindowFrameUnits
Source§impl PartialOrd for WindowFrameUnits
impl PartialOrd for WindowFrameUnits
Source§impl Serialize for WindowFrameUnits
impl Serialize for WindowFrameUnits
Source§impl Visit for WindowFrameUnits
impl Visit for WindowFrameUnits
Source§impl VisitMut for WindowFrameUnits
impl VisitMut for WindowFrameUnits
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Copy for WindowFrameUnits
impl Eq for WindowFrameUnits
impl StructuralPartialEq for WindowFrameUnits
Auto Trait Implementations§
impl Freeze for WindowFrameUnits
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)