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