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