pub struct HistoryEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl HistoryEndpoint
impl HistoryEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn get(&self) -> GetUserHistoryBuilder
Trait Implementations§
Source§impl Debug for HistoryEndpoint
impl Debug for HistoryEndpoint
Source§impl From<&HistoryEndpoint> for HttpClientRef
impl From<&HistoryEndpoint> for HttpClientRef
Source§fn from(value: &HistoryEndpoint) -> Self
fn from(value: &HistoryEndpoint) -> Self
Converts to this type from the input type.
Source§impl HistoryEndpointMethods for HistoryEndpoint
impl HistoryEndpointMethods for HistoryEndpoint
fn get(&self) -> GetUserHistoryBuilder
Auto Trait Implementations§
impl Freeze for HistoryEndpoint
impl !RefUnwindSafe for HistoryEndpoint
impl !Send for HistoryEndpoint
impl !Sync for HistoryEndpoint
impl Unpin for HistoryEndpoint
impl !UnwindSafe for HistoryEndpoint
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