pub struct ScalarFunctionRegistry { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ScalarFunctionRegistry
impl RefUnwindSafe for ScalarFunctionRegistry
impl Send for ScalarFunctionRegistry
impl Sync for ScalarFunctionRegistry
impl Unpin for ScalarFunctionRegistry
impl UnsafeUnpin for ScalarFunctionRegistry
impl UnwindSafe for ScalarFunctionRegistry
Blanket Implementations§
impl<T> Allocation for T
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