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