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