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