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