pub enum VTTErrorKind {
InvalidFormat,
Parse(String),
}
Variants§
Trait Implementations§
Source§impl Debug for VTTErrorKind
impl Debug for VTTErrorKind
Source§impl PartialEq for VTTErrorKind
impl PartialEq for VTTErrorKind
impl Eq for VTTErrorKind
impl StructuralPartialEq for VTTErrorKind
Auto Trait Implementations§
impl Freeze for VTTErrorKind
impl RefUnwindSafe for VTTErrorKind
impl Send for VTTErrorKind
impl Sync for VTTErrorKind
impl Unpin for VTTErrorKind
impl UnwindSafe for VTTErrorKind
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