pub struct GitHubRepoInput;Trait Implementations§
impl HasInputField<archived, Option<bool>> for GitHubRepoInput
impl HasInputField<fullName, String> for GitHubRepoInput
impl HasInputField<id, f64> for GitHubRepoInput
impl InputObjectMarker for GitHubRepoInput
Auto Trait Implementations§
impl Freeze for GitHubRepoInput
impl RefUnwindSafe for GitHubRepoInput
impl Send for GitHubRepoInput
impl Sync for GitHubRepoInput
impl Unpin for GitHubRepoInput
impl UnwindSafe for GitHubRepoInput
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