pub struct GithubProvider {}Implementations§
Auto Trait Implementations§
impl Freeze for GithubProvider
impl RefUnwindSafe for GithubProvider
impl Send for GithubProvider
impl Sync for GithubProvider
impl Unpin for GithubProvider
impl UnwindSafe for GithubProvider
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