Struct plexo_sdk::projects::operations::GetProjectsInput
source · pub struct GetProjectsInput {
pub filter: GetProjectsWhere,
pub sort_by: Option<String>,
pub sort_order: Option<SortOrder>,
pub limit: Option<i32>,
pub offset: Option<i32>,
}Fields§
§filter: GetProjectsWhere§sort_by: Option<String>§sort_order: Option<SortOrder>§limit: Option<i32>§offset: Option<i32>Auto Trait Implementations§
impl RefUnwindSafe for GetProjectsInput
impl Send for GetProjectsInput
impl Sync for GetProjectsInput
impl Unpin for GetProjectsInput
impl UnwindSafe for GetProjectsInput
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