Struct anitomy_sys::Options

source ·
#[repr(C)]
pub struct Options { /* private fields */ }
Expand description

The options used by Anitomy to determine how to parse a filename.

Implementations§

Set the allowed delimiters.

Set the strings to ignore.

Set whether to attempt to parse the episode number.

Set whether to attempt to parse the episode title.

Set whether to attempt to parse the file extension.

Set whether to attempt to parse the release group.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.