Struct imdb::models::TitleID [] [src]

pub struct TitleID(pub u32);

Struct for Title ID

IMDb title ids are numerics represented as zero padded seven digits prefixed with tt.

Trait Implementations

impl Debug for TitleID
[src]

[src]

Formats the value using the given formatter.

impl Clone for TitleID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for TitleID
[src]

[src]

Formats the value using the given formatter. Read more