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