[][src]Struct cms_tools::DetailedTask

pub struct DetailedTask {
    pub time_limit: Option<f64>,
    pub help_available: bool,
    pub statements: Statement,
    pub name: String,
    pub success: u8,
    pub title: String,
    pub submission_format: Vec<String>,
    pub memory_limit: Option<u16>,
    pub task_type: String,
    pub score_multiplier: f64,
    pub id: usize,
    pub tags: Vec<Tag>,
    pub attachments: Vec<Vec<String>>,
}

Detailed task description

Fields

time_limit: Option<f64>help_available: boolstatements: Statementname: Stringsuccess: u8title: Stringsubmission_format: Vec<String>memory_limit: Option<u16>task_type: Stringscore_multiplier: f64id: usizetags: Vec<Tag>attachments: Vec<Vec<String>>

Trait Implementations

impl Clone for DetailedTask[src]

impl Debug for DetailedTask[src]

impl Serialize for DetailedTask[src]

impl<'de> Deserialize<'de> for DetailedTask[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err