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