pub enum WebVttSnapToLines {
Yes,
No,
}Expand description
https://w3c.github.io/webvtt/#webvtt-cue-snap-to-lines-flag
This is an enum, since the default value is true
Variants§
Trait Implementations§
Source§impl Debug for WebVttSnapToLines
impl Debug for WebVttSnapToLines
Source§impl Default for WebVttSnapToLines
impl Default for WebVttSnapToLines
Source§fn default() -> WebVttSnapToLines
fn default() -> WebVttSnapToLines
Returns the “default value” for a type. Read more
Source§impl From<bool> for WebVttSnapToLines
impl From<bool> for WebVttSnapToLines
Source§impl PartialEq for WebVttSnapToLines
impl PartialEq for WebVttSnapToLines
impl StructuralPartialEq for WebVttSnapToLines
Auto Trait Implementations§
impl Freeze for WebVttSnapToLines
impl RefUnwindSafe for WebVttSnapToLines
impl Send for WebVttSnapToLines
impl Sync for WebVttSnapToLines
impl Unpin for WebVttSnapToLines
impl UnsafeUnpin for WebVttSnapToLines
impl UnwindSafe for WebVttSnapToLines
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