Struct subspedia_rs::Serie[][src]

pub struct Serie {
    pub nome_serie: String,
    // some fields omitted
}

Struct for store the television series available on site.

Fields

Trait Implementations

impl Debug for Serie
[src]

Formats the value using the given formatter. Read more

impl Clone for Serie
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Serie

impl Sync for Serie