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