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