pub struct searchDocuments;Trait Implementations§
Source§impl Field for searchDocuments
impl Field for searchDocuments
Source§impl HasArgument<after> for searchDocuments
impl HasArgument<after> for searchDocuments
Source§impl HasArgument<before> for searchDocuments
impl HasArgument<before> for searchDocuments
Source§impl HasArgument<first> for searchDocuments
impl HasArgument<first> for searchDocuments
Source§impl HasArgument<includeArchived> for searchDocuments
impl HasArgument<includeArchived> for searchDocuments
Source§impl HasArgument<includeComments> for searchDocuments
impl HasArgument<includeComments> for searchDocuments
Source§impl HasArgument<last> for searchDocuments
impl HasArgument<last> for searchDocuments
Source§impl HasArgument<orderBy> for searchDocuments
impl HasArgument<orderBy> for searchDocuments
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasArgument<teamId> for searchDocuments
impl HasArgument<teamId> for searchDocuments
Source§impl HasArgument<term> for searchDocuments
impl HasArgument<term> for searchDocuments
Source§impl HasField<searchDocuments> for Query
impl HasField<searchDocuments> for Query
Source§type Type = DocumentSearchPayload
type Type = DocumentSearchPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for searchDocuments
impl RefUnwindSafe for searchDocuments
impl Send for searchDocuments
impl Sync for searchDocuments
impl Unpin for searchDocuments
impl UnwindSafe for searchDocuments
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