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