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