Struct epitech_api::response::UserNotesMark[][src]

pub struct UserNotesMark {
    pub scolaryear: u32,
    pub codemodule: String,
    pub titlemodule: String,
    pub codeinstance: String,
    pub codeacti: String,
    pub title: String,
    pub date: String,
    pub correcteur: String,
    pub final_note: f32,
    pub comment: Option<String>,
}

Fields

Trait Implementations

impl Debug for UserNotesMark
[src]

Formats the value using the given formatter. Read more

impl Clone for UserNotesMark
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UserNotesMark
[src]

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

Auto Trait Implementations