Struct rets_expression::function::ListFunction
source · pub struct ListFunction;Expand description
Default implementation for the standard LIST function
Trait Implementations§
source§impl<T> Function<T> for ListFunction
impl<T> Function<T> for ListFunction
Auto Trait Implementations§
impl RefUnwindSafe for ListFunction
impl Send for ListFunction
impl Sync for ListFunction
impl Unpin for ListFunction
impl UnwindSafe for ListFunction
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