pub struct ProjectsAreaGroup {
pub area_uuid: ThingsId,
pub area_title: String,
pub projects: Vec<Task>,
}Fields§
§area_uuid: ThingsId§area_title: String§projects: Vec<Task>Trait Implementations§
Source§impl Clone for ProjectsAreaGroup
impl Clone for ProjectsAreaGroup
Source§fn clone(&self) -> ProjectsAreaGroup
fn clone(&self) -> ProjectsAreaGroup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProjectsAreaGroup
impl RefUnwindSafe for ProjectsAreaGroup
impl Send for ProjectsAreaGroup
impl Sync for ProjectsAreaGroup
impl Unpin for ProjectsAreaGroup
impl UnsafeUnpin for ProjectsAreaGroup
impl UnwindSafe for ProjectsAreaGroup
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