pub struct UsersMeEndpoint { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UsersMeEndpoint
impl Clone for UsersMeEndpoint
Source§fn clone(&self) -> UsersMeEndpoint
fn clone(&self) -> UsersMeEndpoint
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 UsersMeEndpoint
impl Debug for UsersMeEndpoint
Source§impl Endpoint for UsersMeEndpoint
impl Endpoint for UsersMeEndpoint
type RenderRequestError = UsersMeEndpointError
type ParseResponseOutput = User
type ParseResponseError = UsersMeEndpointError
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 UsersMeEndpoint
impl RefUnwindSafe for UsersMeEndpoint
impl Send for UsersMeEndpoint
impl Sync for UsersMeEndpoint
impl Unpin for UsersMeEndpoint
impl UnwindSafe for UsersMeEndpoint
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