pub enum CumulativeStatus {
NotPartOfASet,
FirstInSet,
IntermediateInSet,
LastInSet,
}Expand description
A status to indicate if a subtitle is part of a cumulative set of subtitles
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CumulativeStatus
impl RefUnwindSafe for CumulativeStatus
impl Send for CumulativeStatus
impl Sync for CumulativeStatus
impl Unpin for CumulativeStatus
impl UnwindSafe for CumulativeStatus
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