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 Freeze for ListFunction
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