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