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