pub struct GitHubRepoMappingInput;Trait Implementations§
impl HasInputField<bidirectional, Option<bool>> for GitHubRepoMappingInput
impl HasInputField<default, Option<bool>> for GitHubRepoMappingInput
impl HasInputField<gitHubLabels, Option<Vec<String>>> for GitHubRepoMappingInput
impl HasInputField<gitHubRepoId, f64> for GitHubRepoMappingInput
impl HasInputField<id, String> for GitHubRepoMappingInput
impl HasInputField<linearTeamId, String> for GitHubRepoMappingInput
impl InputObjectMarker for GitHubRepoMappingInput
Auto Trait Implementations§
impl Freeze for GitHubRepoMappingInput
impl RefUnwindSafe for GitHubRepoMappingInput
impl Send for GitHubRepoMappingInput
impl Sync for GitHubRepoMappingInput
impl Unpin for GitHubRepoMappingInput
impl UnwindSafe for GitHubRepoMappingInput
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