pub struct UnlinkProjectV2FromRepositoryInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnlinkProjectV2FromRepositoryInput
impl HasInputField<projectId, Id> for UnlinkProjectV2FromRepositoryInput
impl HasInputField<repositoryId, Id> for UnlinkProjectV2FromRepositoryInput
impl InputObjectMarker for UnlinkProjectV2FromRepositoryInput
Auto Trait Implementations§
impl Freeze for UnlinkProjectV2FromRepositoryInput
impl RefUnwindSafe for UnlinkProjectV2FromRepositoryInput
impl Send for UnlinkProjectV2FromRepositoryInput
impl Sync for UnlinkProjectV2FromRepositoryInput
impl Unpin for UnlinkProjectV2FromRepositoryInput
impl UnwindSafe for UnlinkProjectV2FromRepositoryInput
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