Struct term_rustdoc::tree::TreeLine
source · pub struct TreeLine {
pub glyph: Text,
pub tag: Tag,
pub level: u8,
pub id: Option<XString>,
pub name: Text,
}
Fields§
§glyph: Text
§tag: Tag
§level: u8
Identation level with range of 0..=u8::MAX
id: Option<XString>
Node/Item id from Crate
name: Text
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TreeLine
impl Send for TreeLine
impl Sync for TreeLine
impl Unpin for TreeLine
impl UnwindSafe for TreeLine
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