[][src]Struct torrent_name_parser::Metadata

pub struct Metadata { /* fields omitted */ }

Methods

impl Metadata[src]

pub fn from(name: &str) -> Result<Self, ErrorMatch>[src]

pub fn title(&self) -> &str[src]

pub fn season(&self) -> Option<i32>[src]

pub fn episode(&self) -> Option<i32>[src]

pub fn year(&self) -> Option<i32>[src]

pub fn resolution(&self) -> Option<&str>[src]

pub fn quality(&self) -> Option<&str>[src]

pub fn codec(&self) -> Option<&str>[src]

pub fn audio(&self) -> Option<&str>[src]

pub fn group(&self) -> Option<&str>[src]

pub fn extended(&self) -> bool[src]

pub fn hardcoded(&self) -> bool[src]

pub fn proper(&self) -> bool[src]

pub fn repack(&self) -> bool[src]

pub fn widescreen(&self) -> bool[src]

pub fn unrated(&self) -> bool[src]

pub fn three_d(&self) -> bool[src]

Trait Implementations

impl Debug for Metadata[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, 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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