pub struct TaskFilterArgs {
pub query: String,
pub lang: Option<String>,
pub limit: Option<i32>,
pub cursor: Option<String>,
}
Expand description
Task filter arguments
Fields§
§query: String
§lang: Option<String>
§limit: Option<i32>
§cursor: Option<String>
Trait Implementations§
Source§impl Debug for TaskFilterArgs
impl Debug for TaskFilterArgs
Auto Trait Implementations§
impl Freeze for TaskFilterArgs
impl RefUnwindSafe for TaskFilterArgs
impl Send for TaskFilterArgs
impl Sync for TaskFilterArgs
impl Unpin for TaskFilterArgs
impl UnwindSafe for TaskFilterArgs
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