pub struct Options {
pub parse_episode: bool,
pub parse_episode_title: bool,
pub parse_file_checksum: bool,
pub parse_file_extension: bool,
pub parse_part: bool,
pub parse_release_group: bool,
pub parse_season: bool,
pub parse_title: bool,
pub parse_video_resolution: bool,
pub parse_year: bool,
}Fields§
§parse_episode: bool§parse_episode_title: bool§parse_file_checksum: bool§parse_file_extension: bool§parse_part: bool§parse_release_group: bool§parse_season: bool§parse_title: bool§parse_video_resolution: bool§parse_year: boolTrait Implementations§
impl Copy for Options
impl Eq for Options
impl StructuralPartialEq for Options
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnsafeUnpin for Options
impl UnwindSafe for Options
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more