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