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