pub enum WebVTTNodeObjectIteratorDirection {
NewChild(Rc<WebVTTNodeObject>),
BackToParent,
}Variants§
NewChild(Rc<WebVTTNodeObject>)
BackToParent
Trait Implementations§
Source§impl PartialEq for WebVTTNodeObjectIteratorDirection
impl PartialEq for WebVTTNodeObjectIteratorDirection
Source§fn eq(&self, other: &WebVTTNodeObjectIteratorDirection) -> bool
fn eq(&self, other: &WebVTTNodeObjectIteratorDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WebVTTNodeObjectIteratorDirection
Auto Trait Implementations§
impl Freeze for WebVTTNodeObjectIteratorDirection
impl !RefUnwindSafe for WebVTTNodeObjectIteratorDirection
impl !Send for WebVTTNodeObjectIteratorDirection
impl !Sync for WebVTTNodeObjectIteratorDirection
impl Unpin for WebVTTNodeObjectIteratorDirection
impl UnsafeUnpin for WebVTTNodeObjectIteratorDirection
impl !UnwindSafe for WebVTTNodeObjectIteratorDirection
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