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