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