Struct common::models::status_report::TeamActivity
source · pub struct TeamActivity {
pub teams: String,
pub email: String,
pub sprint_num: i32,
pub activity_index: i32,
pub answers: String,
}
Fields§
§teams: String
§email: String
§sprint_num: i32
§activity_index: i32
§answers: String
Trait Implementations§
source§impl Clone for TeamActivity
impl Clone for TeamActivity
source§fn clone(&self) -> TeamActivity
fn clone(&self) -> TeamActivity
Returns a copy 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 more