pub struct CharLength;
Expand description
The char_length
SQL function.
Trait Implementations§
Source§impl Debug for CharLength
impl Debug for CharLength
Auto Trait Implementations§
impl Freeze for CharLength
impl RefUnwindSafe for CharLength
impl Send for CharLength
impl Sync for CharLength
impl Unpin for CharLength
impl UnwindSafe for CharLength
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