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