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