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