Struct plexo_sdk::tasks::operations::GetTasksInput
source · pub struct GetTasksInput {
pub filter: Option<GetTasksWhere>,
pub sort_by: Option<String>,
pub sort_order: Option<SortOrder>,
pub limit: Option<i32>,
pub offset: Option<i32>,
}Fields§
§filter: Option<GetTasksWhere>§sort_by: Option<String>§sort_order: Option<SortOrder>§limit: Option<i32>§offset: Option<i32>Auto Trait Implementations§
impl RefUnwindSafe for GetTasksInput
impl Send for GetTasksInput
impl Sync for GetTasksInput
impl Unpin for GetTasksInput
impl UnwindSafe for GetTasksInput
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