pub struct gitHub;Trait Implementations§
impl HasInputField<gitHub, Option<GitHubSettingsInput>> for IntegrationSettingsInput
Auto Trait Implementations§
impl Freeze for gitHub
impl RefUnwindSafe for gitHub
impl Send for gitHub
impl Sync for gitHub
impl Unpin for gitHub
impl UnwindSafe for gitHub
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