pub struct UserTopItemsEndpoint<ItemType> { /* private fields */ }Implementations§
Source§impl<I: ItemType> UserTopItemsEndpoint<I>
impl<I: ItemType> UserTopItemsEndpoint<I>
Trait Implementations§
Source§impl<ItemType: Clone> Clone for UserTopItemsEndpoint<ItemType>
impl<ItemType: Clone> Clone for UserTopItemsEndpoint<ItemType>
Source§fn clone(&self) -> UserTopItemsEndpoint<ItemType>
fn clone(&self) -> UserTopItemsEndpoint<ItemType>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<ItemType: Debug> Debug for UserTopItemsEndpoint<ItemType>
impl<ItemType: Debug> Debug for UserTopItemsEndpoint<ItemType>
Source§impl<ItemType: Default> Default for UserTopItemsEndpoint<ItemType>
impl<ItemType: Default> Default for UserTopItemsEndpoint<ItemType>
Source§fn default() -> UserTopItemsEndpoint<ItemType>
fn default() -> UserTopItemsEndpoint<ItemType>
Returns the “default value” for a type. Read more
Source§impl<I: ItemType> Endpoint for UserTopItemsEndpoint<I>
impl<I: ItemType> Endpoint for UserTopItemsEndpoint<I>
fn endpoint_url(&self) -> &'static str
Auto Trait Implementations§
impl<ItemType> Freeze for UserTopItemsEndpoint<ItemType>
impl<ItemType> RefUnwindSafe for UserTopItemsEndpoint<ItemType>where
ItemType: RefUnwindSafe,
impl<ItemType> Send for UserTopItemsEndpoint<ItemType>where
ItemType: Send,
impl<ItemType> Sync for UserTopItemsEndpoint<ItemType>where
ItemType: Sync,
impl<ItemType> Unpin for UserTopItemsEndpoint<ItemType>where
ItemType: Unpin,
impl<ItemType> UnsafeUnpin for UserTopItemsEndpoint<ItemType>
impl<ItemType> UnwindSafe for UserTopItemsEndpoint<ItemType>where
ItemType: UnwindSafe,
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