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