pub struct ProjectsResult {
pub projects: Vec<ProjectSummary>,
}Expand description
ign project list output model.
Fields§
§projects: Vec<ProjectSummary>Every runnable project.
Trait Implementations§
Source§impl Debug for ProjectsResult
impl Debug for ProjectsResult
Auto Trait Implementations§
impl Freeze for ProjectsResult
impl RefUnwindSafe for ProjectsResult
impl Send for ProjectsResult
impl Sync for ProjectsResult
impl Unpin for ProjectsResult
impl UnsafeUnpin for ProjectsResult
impl UnwindSafe for ProjectsResult
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