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