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