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