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