pub enum WebVttLineAlignment {
Start,
Center,
End,
}Expand description
Variants§
Trait Implementations§
Source§impl Debug for WebVttLineAlignment
impl Debug for WebVttLineAlignment
Source§impl Default for WebVttLineAlignment
impl Default for WebVttLineAlignment
Source§fn default() -> WebVttLineAlignment
fn default() -> WebVttLineAlignment
Returns the “default value” for a type. Read more
Source§impl PartialEq for WebVttLineAlignment
impl PartialEq for WebVttLineAlignment
impl StructuralPartialEq for WebVttLineAlignment
Auto Trait Implementations§
impl Freeze for WebVttLineAlignment
impl RefUnwindSafe for WebVttLineAlignment
impl Send for WebVttLineAlignment
impl Sync for WebVttLineAlignment
impl Unpin for WebVttLineAlignment
impl UnsafeUnpin for WebVttLineAlignment
impl UnwindSafe for WebVttLineAlignment
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