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