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