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