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