Struct term_rustdoc::tree::TextTag
source · pub struct TextTag {
pub text: XString,
pub tag: Tag,
pub id: Option<XString>,
}
Expand description
Tagged text including headings and nodes.
Fields§
§text: XString
§tag: Tag
§id: Option<XString>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TextTag
impl Send for TextTag
impl Sync for TextTag
impl Unpin for TextTag
impl UnwindSafe for TextTag
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more