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