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