pub struct gitHubRepoId;Trait Implementations§
Source§impl Field for gitHubRepoId
impl Field for gitHubRepoId
impl HasInputField<gitHubRepoId, f64> for GitHubRepoMappingInput
Auto Trait Implementations§
impl Freeze for gitHubRepoId
impl RefUnwindSafe for gitHubRepoId
impl Send for gitHubRepoId
impl Sync for gitHubRepoId
impl Unpin for gitHubRepoId
impl UnwindSafe for gitHubRepoId
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