pub struct AudioPageParams { /* private fields */ }Expand description
Pagination parameters for audio list endpoints.
Implementations§
Trait Implementations§
Source§impl Clone for AudioPageParams
impl Clone for AudioPageParams
Source§fn clone(&self) -> AudioPageParams
fn clone(&self) -> AudioPageParams
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 moreimpl Copy for AudioPageParams
Source§impl Debug for AudioPageParams
impl Debug for AudioPageParams
impl Eq for AudioPageParams
Source§impl PartialEq for AudioPageParams
impl PartialEq for AudioPageParams
Source§fn eq(&self, other: &AudioPageParams) -> bool
fn eq(&self, other: &AudioPageParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioPageParams
Auto Trait Implementations§
impl Freeze for AudioPageParams
impl RefUnwindSafe for AudioPageParams
impl Send for AudioPageParams
impl Sync for AudioPageParams
impl Unpin for AudioPageParams
impl UnsafeUnpin for AudioPageParams
impl UnwindSafe for AudioPageParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.