pub struct Tag<'a> {
pub element: Box<dyn ElementName>,
pub attrs: Vec<TagAttribute<'a>>,
}
Fields§
§element: Box<dyn ElementName>
§attrs: Vec<TagAttribute<'a>>
Implementations§
Trait Implementations§
impl Eq for Tag<'_>
Auto Trait Implementations§
impl<'a> Freeze for Tag<'a>
impl<'a> !RefUnwindSafe for Tag<'a>
impl<'a> !Send for Tag<'a>
impl<'a> !Sync for Tag<'a>
impl<'a> Unpin for Tag<'a>
impl<'a> !UnwindSafe for Tag<'a>
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