pub struct integration;Trait Implementations§
Source§impl Field for integration
impl Field for integration
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 integration
impl RefUnwindSafe for integration
impl Send for integration
impl Sync for integration
impl Unpin for integration
impl UnwindSafe for integration
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