pub struct OpenIDClient { /* private fields */ }Implementations§
Source§impl OpenIDClient
impl OpenIDClient
pub fn keys(&self) -> impl Iterator<Item = &JsonWebKey>
Auto Trait Implementations§
impl Freeze for OpenIDClient
impl RefUnwindSafe for OpenIDClient
impl Send for OpenIDClient
impl Sync for OpenIDClient
impl Unpin for OpenIDClient
impl UnsafeUnpin for OpenIDClient
impl UnwindSafe for OpenIDClient
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