pub struct TaskListQuery { /* private fields */ }Implementations§
Source§impl TaskListQuery
impl TaskListQuery
pub fn job_id(self, job_id: impl Into<String>) -> Self
pub fn status(self, status: TaskStatus) -> Self
pub fn operation(self, operation: impl Into<String>) -> Self
pub fn include(self, include: impl Into<String>) -> Self
pub fn per_page(self, per_page: u32) -> Self
pub fn page(self, page: u32) -> Self
Trait Implementations§
Source§impl Clone for TaskListQuery
impl Clone for TaskListQuery
Source§fn clone(&self) -> TaskListQuery
fn clone(&self) -> TaskListQuery
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 TaskListQuery
impl Debug for TaskListQuery
Source§impl Default for TaskListQuery
impl Default for TaskListQuery
Source§fn default() -> TaskListQuery
fn default() -> TaskListQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TaskListQuery
impl RefUnwindSafe for TaskListQuery
impl Send for TaskListQuery
impl Sync for TaskListQuery
impl Unpin for TaskListQuery
impl UnsafeUnpin for TaskListQuery
impl UnwindSafe for TaskListQuery
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