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