pub struct TextTrim;Implementations§
Trait Implementations§
Source§impl ScalarFunction for TextTrim
impl ScalarFunction for TextTrim
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for TextTrim
impl RefUnwindSafe for TextTrim
impl Send for TextTrim
impl Sync for TextTrim
impl Unpin for TextTrim
impl UnwindSafe for TextTrim
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