Struct oauth2_microsoft::extensions::internal_me_endpoint::MeEndpoint [−][src]
pub struct MeEndpoint { /* fields omitted */ }
Implementations
Trait Implementations
type ParseResponseOutput = User
fn parse_response(
&self,
response: Response<Body>
) -> Result<Self::ParseResponseOutput, Self::ParseResponseError>
Auto Trait Implementations
impl RefUnwindSafe for MeEndpoint
impl Send for MeEndpoint
impl Sync for MeEndpoint
impl Unpin for MeEndpoint
impl UnwindSafe for MeEndpoint
Blanket Implementations
Mutably borrows from an owned value. Read more