#[non_exhaustive]pub struct GetUserSettings { /* private fields */ }Expand description
Getting a user’s Settings.
This requires authentication.
Makes a request to GET /settings.
Implementations§
Source§impl GetUserSettings
impl GetUserSettings
Sourcepub async fn send(&self) -> Result<UserSettingsAttributes>
pub async fn send(&self) -> Result<UserSettingsAttributes>
Send the request.
Trait Implementations§
Source§impl Clone for GetUserSettings
impl Clone for GetUserSettings
Source§fn clone(&self) -> GetUserSettings
fn clone(&self) -> GetUserSettings
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 GetUserSettings
impl Debug for GetUserSettings
Auto Trait Implementations§
impl Freeze for GetUserSettings
impl !RefUnwindSafe for GetUserSettings
impl Send for GetUserSettings
impl Sync for GetUserSettings
impl Unpin for GetUserSettings
impl UnsafeUnpin for GetUserSettings
impl !UnwindSafe for GetUserSettings
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