pub struct LcaseFunction { /* private fields */ }Expand description
The LCASE function.
Implementations§
Trait Implementations§
Source§impl Callable for LcaseFunction
impl Callable for LcaseFunction
Auto Trait Implementations§
impl !Send for LcaseFunction
impl !Sync for LcaseFunction
impl Freeze for LcaseFunction
impl RefUnwindSafe for LcaseFunction
impl Unpin for LcaseFunction
impl UnsafeUnpin for LcaseFunction
impl UnwindSafe for LcaseFunction
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