pub struct documents;Trait Implementations§
Source§impl HasArgument<after> for documents
impl HasArgument<after> for documents
Source§impl HasArgument<before> for documents
impl HasArgument<before> for documents
Source§impl HasArgument<filter> for documents
impl HasArgument<filter> for documents
Source§type ArgumentType = Option<DocumentFilter>
type ArgumentType = Option<DocumentFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for documents
impl HasArgument<first> for documents
Source§impl HasArgument<includeArchived> for documents
impl HasArgument<includeArchived> for documents
Source§impl HasArgument<last> for documents
impl HasArgument<last> for documents
Source§impl HasArgument<orderBy> for documents
impl HasArgument<orderBy> for documents
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<documents> for Initiative
impl HasField<documents> for Initiative
Source§type Type = DocumentConnection
type Type = DocumentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for documents
impl RefUnwindSafe for documents
impl Send for documents
impl Sync for documents
impl Unpin for documents
impl UnwindSafe for documents
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