pub struct ListClipsParams {
pub page: Option<String>,
}Expand description
Optional query parameters for ListClips.
Fields§
§page: Option<String>Trait Implementations§
Source§impl Clone for ListClipsParams
impl Clone for ListClipsParams
Source§fn clone(&self) -> ListClipsParams
fn clone(&self) -> ListClipsParams
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 Debug for ListClipsParams
impl Debug for ListClipsParams
Source§impl Default for ListClipsParams
impl Default for ListClipsParams
Source§fn default() -> ListClipsParams
fn default() -> ListClipsParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListClipsParams
impl PartialEq for ListClipsParams
impl StructuralPartialEq for ListClipsParams
Auto Trait Implementations§
impl Freeze for ListClipsParams
impl RefUnwindSafe for ListClipsParams
impl Send for ListClipsParams
impl Sync for ListClipsParams
impl Unpin for ListClipsParams
impl UnsafeUnpin for ListClipsParams
impl UnwindSafe for ListClipsParams
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