pub struct ListActionTasksQuery {
pub page: Option<u32>,
pub limit: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
limit: Option<u32>page size of results, default maximum page size is 50
Trait Implementations§
Source§impl Clone for ListActionTasksQuery
impl Clone for ListActionTasksQuery
Source§fn clone(&self) -> ListActionTasksQuery
fn clone(&self) -> ListActionTasksQuery
Returns a copy 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 ListActionTasksQuery
impl Debug for ListActionTasksQuery
Source§impl Default for ListActionTasksQuery
impl Default for ListActionTasksQuery
Source§fn default() -> ListActionTasksQuery
fn default() -> ListActionTasksQuery
Returns the “default value” for a type. Read more
Source§impl Display for ListActionTasksQuery
impl Display for ListActionTasksQuery
Source§impl PartialEq for ListActionTasksQuery
impl PartialEq for ListActionTasksQuery
impl StructuralPartialEq for ListActionTasksQuery
Auto Trait Implementations§
impl Freeze for ListActionTasksQuery
impl RefUnwindSafe for ListActionTasksQuery
impl Send for ListActionTasksQuery
impl Sync for ListActionTasksQuery
impl Unpin for ListActionTasksQuery
impl UnwindSafe for ListActionTasksQuery
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