Struct epitech_api::response::UserBinome[][src]

pub struct UserBinome {
    pub user: UserBinomeUser,
    pub binomes: Vec<UserBinomeEntry>,
}

Fields

Trait Implementations

impl Debug for UserBinome
[src]

Formats the value using the given formatter. Read more

impl Clone for UserBinome
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserBinome
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for UserBinome

impl Sync for UserBinome