pub struct MeEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl MeEndpoint
impl MeEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn get(&self) -> GetMyUserDetailsBuilder
Trait Implementations§
Source§impl Debug for MeEndpoint
impl Debug for MeEndpoint
Source§impl From<&MeEndpoint> for HttpClientRef
impl From<&MeEndpoint> for HttpClientRef
Source§fn from(value: &MeEndpoint) -> Self
fn from(value: &MeEndpoint) -> Self
Converts to this type from the input type.
Source§impl MeEndpointMethods for MeEndpoint
impl MeEndpointMethods for MeEndpoint
fn get(&self) -> GetMyUserDetailsBuilder
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