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