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