pub struct ProjectsViewProps {
pub projects_count: usize,
pub no_area_projects: Vec<Task>,
pub area_groups: Vec<ProjectsAreaGroup>,
pub detailed: bool,
pub id_prefix_len: usize,
}Fields§
§projects_count: usize§no_area_projects: Vec<Task>§area_groups: Vec<ProjectsAreaGroup>§detailed: bool§id_prefix_len: usizeTrait Implementations§
Source§impl Default for ProjectsViewProps
impl Default for ProjectsViewProps
Source§fn default() -> ProjectsViewProps
fn default() -> ProjectsViewProps
Returns the “default value” for a type. Read more
impl Props for ProjectsViewProps
Auto Trait Implementations§
impl Freeze for ProjectsViewProps
impl RefUnwindSafe for ProjectsViewProps
impl Send for ProjectsViewProps
impl Sync for ProjectsViewProps
impl Unpin for ProjectsViewProps
impl UnsafeUnpin for ProjectsViewProps
impl UnwindSafe for ProjectsViewProps
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