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