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