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