Struct mob_server::models::Team [] [src]

pub struct Team {
    pub id: i32,
    pub time: f64,
}

Fields

Trait Implementations

impl HasTable for Team

impl<'ident> Identifiable for &'ident Team

impl Debug for Team
[src]

[src]

Formats the value using the given formatter. Read more

impl BelongsTo<Team> for Member

impl<JoinType> JoinTo<<Team as HasTable>::Table, JoinType> for table

Auto Trait Implementations

impl Send for Team

impl Sync for Team