pub struct GitHubProviderCreator;Expand description
GitHub provider creator for Factory Pattern
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitHubProviderCreator
impl RefUnwindSafe for GitHubProviderCreator
impl Send for GitHubProviderCreator
impl Sync for GitHubProviderCreator
impl Unpin for GitHubProviderCreator
impl UnwindSafe for GitHubProviderCreator
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