pub struct search;
Trait Implementations§
Source§impl HasArgument<after> for search
impl HasArgument<after> for search
Source§impl HasArgument<before> for search
impl HasArgument<before> for search
Source§impl HasArgument<first> for search
impl HasArgument<first> for search
Source§impl HasArgument<last> for search
impl HasArgument<last> for search
Source§impl HasArgument<query> for search
impl HasArgument<query> for search
Source§impl HasArgument<type> for search
impl HasArgument<type> for search
Source§type ArgumentType = SearchType
type ArgumentType = SearchType
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for search
impl RefUnwindSafe for search
impl Send for search
impl Sync for search
impl Unpin for search
impl UnwindSafe for search
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