pub struct ListTrackers {}
Expand description
The endpoint for all trackers
Implementations§
Source§impl ListTrackers
impl ListTrackers
Sourcepub fn builder() -> ListTrackersBuilder
pub fn builder() -> ListTrackersBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for ListTrackers
impl Clone for ListTrackers
Source§fn clone(&self) -> ListTrackers
fn clone(&self) -> ListTrackers
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 ListTrackers
impl Debug for ListTrackers
Source§impl Endpoint for ListTrackers
impl Endpoint for ListTrackers
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListTrackers
Auto Trait Implementations§
impl Freeze for ListTrackers
impl RefUnwindSafe for ListTrackers
impl Send for ListTrackers
impl Sync for ListTrackers
impl Unpin for ListTrackers
impl UnwindSafe for ListTrackers
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