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