pub struct OidcV1UserInfoEndpoint { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OidcV1UserInfoEndpoint
impl Clone for OidcV1UserInfoEndpoint
Source§fn clone(&self) -> OidcV1UserInfoEndpoint
fn clone(&self) -> OidcV1UserInfoEndpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OidcV1UserInfoEndpoint
impl Debug for OidcV1UserInfoEndpoint
Source§impl Endpoint for OidcV1UserInfoEndpoint
impl Endpoint for OidcV1UserInfoEndpoint
type RenderRequestError = OidcV1UserInfoEndpointError
type ParseResponseOutput = OidcV1UserInfo
type ParseResponseError = OidcV1UserInfoEndpointError
fn render_request(&self) -> Result<Request<Body>, Self::RenderRequestError>
fn parse_response( &self, response: Response<Body>, ) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations§
impl Freeze for OidcV1UserInfoEndpoint
impl RefUnwindSafe for OidcV1UserInfoEndpoint
impl Send for OidcV1UserInfoEndpoint
impl Sync for OidcV1UserInfoEndpoint
impl Unpin for OidcV1UserInfoEndpoint
impl UnwindSafe for OidcV1UserInfoEndpoint
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