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