pub struct ProjectInfoViewModel(pub Vec<ProjectInfo>);Tuple Fields§
§0: Vec<ProjectInfo>Implementations§
Source§impl ProjectInfoViewModel
impl ProjectInfoViewModel
pub fn new(projects: Vec<ProjectInfo>) -> Self
Trait Implementations§
Source§impl Debug for ProjectInfoViewModel
impl Debug for ProjectInfoViewModel
Auto Trait Implementations§
impl Freeze for ProjectInfoViewModel
impl RefUnwindSafe for ProjectInfoViewModel
impl Send for ProjectInfoViewModel
impl Sync for ProjectInfoViewModel
impl Unpin for ProjectInfoViewModel
impl UnwindSafe for ProjectInfoViewModel
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