pub struct verifyGitHubEnterpriseServerInstallation;Trait Implementations§
Source§impl HasField<verifyGitHubEnterpriseServerInstallation> for Query
impl HasField<verifyGitHubEnterpriseServerInstallation> for Query
Source§type Type = GitHubEnterpriseServerInstallVerificationPayload
type Type = GitHubEnterpriseServerInstallVerificationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for verifyGitHubEnterpriseServerInstallation
impl RefUnwindSafe for verifyGitHubEnterpriseServerInstallation
impl Send for verifyGitHubEnterpriseServerInstallation
impl Sync for verifyGitHubEnterpriseServerInstallation
impl Unpin for verifyGitHubEnterpriseServerInstallation
impl UnwindSafe for verifyGitHubEnterpriseServerInstallation
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