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