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