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