pub struct WindowFunction { /* private fields */ }
Implementations§
Source§impl WindowFunction
impl WindowFunction
Trait Implementations§
Source§impl Clone for WindowFunction
impl Clone for WindowFunction
Source§fn clone(&self) -> WindowFunction
fn clone(&self) -> WindowFunction
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 WindowFunction
impl Debug for WindowFunction
Source§impl Default for WindowFunction
impl Default for WindowFunction
Source§impl From<WindowFunction> for WindowFunction
impl From<WindowFunction> for WindowFunction
Source§fn from(value: WindowFunction) -> Self
fn from(value: WindowFunction) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WindowFunction> for WindowFunction
impl TryFrom<WindowFunction> for WindowFunction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WindowFunction) -> Result<Self, ConversionError>
fn try_from(value: WindowFunction) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WindowFunction
impl RefUnwindSafe for WindowFunction
impl Send for WindowFunction
impl Sync for WindowFunction
impl Unpin for WindowFunction
impl UnwindSafe for WindowFunction
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