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