pub struct LowerFunction;Trait Implementations§
Source§impl FilterFunction for LowerFunction
impl FilterFunction for LowerFunction
fn call(&self, args: &[LiteralValue]) -> Option<LiteralValue>
Auto Trait Implementations§
impl Freeze for LowerFunction
impl RefUnwindSafe for LowerFunction
impl Send for LowerFunction
impl Sync for LowerFunction
impl Unpin for LowerFunction
impl UnwindSafe for LowerFunction
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