pub struct GitlabUserInfoEndpoint { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for GitlabUserInfoEndpoint
impl Clone for GitlabUserInfoEndpoint
sourcefn clone(&self) -> GitlabUserInfoEndpoint
fn clone(&self) -> GitlabUserInfoEndpoint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GitlabUserInfoEndpoint
impl Debug for GitlabUserInfoEndpoint
sourceimpl Endpoint for GitlabUserInfoEndpoint
impl Endpoint for GitlabUserInfoEndpoint
type RenderRequestError = EndpointRenderRequestError
type ParseResponseOutput = UserInfo
type ParseResponseError = EndpointParseResponseError
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 RefUnwindSafe for GitlabUserInfoEndpoint
impl Send for GitlabUserInfoEndpoint
impl Sync for GitlabUserInfoEndpoint
impl Unpin for GitlabUserInfoEndpoint
impl UnwindSafe for GitlabUserInfoEndpoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more