pub struct ProfilesClient { /* private fields */ }Implementations§
Source§impl ProfilesClient
impl ProfilesClient
pub async fn get_profile( &self, username: &str, ) -> Result<GetUserinfo200Response, Error<GetProfileError>>
pub async fn get_userinfo( &self, ) -> Result<GetUserinfo200Response, Error<GetUserinfoError>>
pub async fn list_profiles( &self, limit: Option<i32>, offset: Option<i32>, ) -> Result<ListProfiles200Response, Error<ListProfilesError>>
Trait Implementations§
Source§impl Clone for ProfilesClient
impl Clone for ProfilesClient
Source§fn clone(&self) -> ProfilesClient
fn clone(&self) -> ProfilesClient
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 moreAuto Trait Implementations§
impl Freeze for ProfilesClient
impl !RefUnwindSafe for ProfilesClient
impl Send for ProfilesClient
impl Sync for ProfilesClient
impl Unpin for ProfilesClient
impl !UnwindSafe for ProfilesClient
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