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