pub struct AudioPageParams { /* private fields */ }Expand description
音频列表 endpoint 的分页参数。
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