pub struct projectStatusUpdate;Trait Implementations§
Source§impl Field for projectStatusUpdate
impl Field for projectStatusUpdate
Source§impl HasArgument<id> for projectStatusUpdate
impl HasArgument<id> for projectStatusUpdate
Source§impl HasArgument<input> for projectStatusUpdate
impl HasArgument<input> for projectStatusUpdate
Source§type ArgumentType = ProjectStatusUpdateInput
type ArgumentType = ProjectStatusUpdateInput
The schema marker type of this argument.
Source§impl HasField<projectStatusUpdate> for Mutation
impl HasField<projectStatusUpdate> for Mutation
Source§type Type = ProjectStatusPayload
type Type = ProjectStatusPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projectStatusUpdate
impl RefUnwindSafe for projectStatusUpdate
impl Send for projectStatusUpdate
impl Sync for projectStatusUpdate
impl Unpin for projectStatusUpdate
impl UnwindSafe for projectStatusUpdate
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