pub struct startsWithIgnoreCase;Trait Implementations§
Source§impl Field for startsWithIgnoreCase
impl Field for startsWithIgnoreCase
impl HasInputField<startsWithIgnoreCase, Option<String>> for StringComparator
Auto Trait Implementations§
impl Freeze for startsWithIgnoreCase
impl RefUnwindSafe for startsWithIgnoreCase
impl Send for startsWithIgnoreCase
impl Sync for startsWithIgnoreCase
impl Unpin for startsWithIgnoreCase
impl UnwindSafe for startsWithIgnoreCase
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