pub struct CreateGitHubInstallation;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateGitHubInstallation
impl RefUnwindSafe for CreateGitHubInstallation
impl Send for CreateGitHubInstallation
impl Sync for CreateGitHubInstallation
impl Unpin for CreateGitHubInstallation
impl UnsafeUnpin for CreateGitHubInstallation
impl UnwindSafe for CreateGitHubInstallation
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