pub struct TeaCatDom<'input>(pub Vec<DomNode<'input>>);Tuple Fields§
§0: Vec<DomNode<'input>>Implementations§
Trait Implementations§
impl<'input> StructuralPartialEq for TeaCatDom<'input>
Auto Trait Implementations§
impl<'input> Freeze for TeaCatDom<'input>
impl<'input> RefUnwindSafe for TeaCatDom<'input>
impl<'input> Send for TeaCatDom<'input>
impl<'input> Sync for TeaCatDom<'input>
impl<'input> Unpin for TeaCatDom<'input>
impl<'input> UnsafeUnpin for TeaCatDom<'input>
impl<'input> UnwindSafe for TeaCatDom<'input>
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