pub struct GetUserHistory { /* private fields */ }
Implementations§
Source§impl GetUserHistory
impl GetUserHistory
Sourcepub async fn send(&self) -> UserHistoryResponse
pub async fn send(&self) -> UserHistoryResponse
Send the request.
Trait Implementations§
Source§impl Clone for GetUserHistory
impl Clone for GetUserHistory
Source§fn clone(&self) -> GetUserHistory
fn clone(&self) -> GetUserHistory
Returns a copy 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 GetUserHistory
impl Debug for GetUserHistory
Source§impl Default for GetUserHistory
impl Default for GetUserHistory
Source§fn default() -> GetUserHistory
fn default() -> GetUserHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetUserHistory
impl !RefUnwindSafe for GetUserHistory
impl !Send for GetUserHistory
impl !Sync for GetUserHistory
impl Unpin for GetUserHistory
impl !UnwindSafe for GetUserHistory
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