pub struct ListRunsParams {
pub limit: Option<u32>,
pub cursor: Option<String>,
}Fields§
§limit: Option<u32>§cursor: Option<String>Trait Implementations§
Source§impl Clone for ListRunsParams
impl Clone for ListRunsParams
Source§fn clone(&self) -> ListRunsParams
fn clone(&self) -> ListRunsParams
Returns a duplicate 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 ListRunsParams
impl Debug for ListRunsParams
Source§impl Default for ListRunsParams
impl Default for ListRunsParams
Source§fn default() -> ListRunsParams
fn default() -> ListRunsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListRunsParams
impl RefUnwindSafe for ListRunsParams
impl Send for ListRunsParams
impl Sync for ListRunsParams
impl Unpin for ListRunsParams
impl UnsafeUnpin for ListRunsParams
impl UnwindSafe for ListRunsParams
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