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