pub struct BackgroundTaskListOptions {
pub iterator: Option<String>,
pub limit: Option<i32>,
pub order: Option<Ordering>,
pub status: Option<BackgroundTaskStatus>,
pub task: Option<BackgroundTaskType>,
}
Fields§
§iterator: Option<String>
§limit: Option<i32>
§order: Option<Ordering>
§status: Option<BackgroundTaskStatus>
§task: Option<BackgroundTaskType>
Trait Implementations§
Source§impl Default for BackgroundTaskListOptions
impl Default for BackgroundTaskListOptions
Source§fn default() -> BackgroundTaskListOptions
fn default() -> BackgroundTaskListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BackgroundTaskListOptions
impl RefUnwindSafe for BackgroundTaskListOptions
impl Send for BackgroundTaskListOptions
impl Sync for BackgroundTaskListOptions
impl Unpin for BackgroundTaskListOptions
impl UnwindSafe for BackgroundTaskListOptions
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