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