pub struct TagItem {
pub span: Span,
pub tag_name: Text,
pub tag: Tag,
}
Expand description
tag with comments.
Fields§
§span: Span
§tag_name: Text
§tag: Tag
Trait Implementations§
source§impl PartialEq for TagItem
impl PartialEq for TagItem
impl StructuralPartialEq for TagItem
Auto Trait Implementations§
impl Freeze for TagItem
impl RefUnwindSafe for TagItem
impl Send for TagItem
impl Sync for TagItem
impl Unpin for TagItem
impl UnwindSafe for TagItem
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