pub struct Underline {
pub meta: NodeMeta,
pub children: Vec<Inline>,
}Expand description
Underline (underscore extension): __text__ or ___text___.
Fields§
§meta: NodeMetaNode metadata (source span).
children: Vec<Inline>The underlined inline content.
Trait Implementations§
impl Eq for Underline
impl StructuralPartialEq for Underline
Auto Trait Implementations§
impl Freeze for Underline
impl RefUnwindSafe for Underline
impl Send for Underline
impl Sync for Underline
impl Unpin for Underline
impl UnsafeUnpin for Underline
impl UnwindSafe for Underline
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