pub struct MeEndpoint { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MeEndpoint
impl Clone for MeEndpoint
Source§fn clone(&self) -> MeEndpoint
fn clone(&self) -> MeEndpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MeEndpoint
impl Debug for MeEndpoint
Source§impl Endpoint for MeEndpoint
impl Endpoint for MeEndpoint
type RenderRequestError = MeEndpointError
type ParseResponseOutput = User
type ParseResponseError = MeEndpointError
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 MeEndpoint
impl RefUnwindSafe for MeEndpoint
impl Send for MeEndpoint
impl Sync for MeEndpoint
impl Unpin for MeEndpoint
impl UnwindSafe for MeEndpoint
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