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