pub struct ListProjectsParams {
pub area_id: Option<String>,
pub status: ProjectStatusFilter,
}Fields§
§area_id: Option<String>§status: ProjectStatusFilterTrait Implementations§
Source§impl Default for ListProjectsParams
impl Default for ListProjectsParams
Source§fn default() -> ListProjectsParams
fn default() -> ListProjectsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListProjectsParams
impl RefUnwindSafe for ListProjectsParams
impl Send for ListProjectsParams
impl Sync for ListProjectsParams
impl Unpin for ListProjectsParams
impl UnsafeUnpin for ListProjectsParams
impl UnwindSafe for ListProjectsParams
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