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