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