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