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