pub struct Strong {
pub meta: NodeMeta,
pub children: Vec<Inline>,
}Expand description
Strong emphasis (typically bold): **text** or __text__.
Fields§
§meta: NodeMetaNode metadata (source span).
children: Vec<Inline>The strongly-emphasized inline content.
Trait Implementations§
impl Eq for Strong
impl StructuralPartialEq for Strong
Auto Trait Implementations§
impl Freeze for Strong
impl RefUnwindSafe for Strong
impl Send for Strong
impl Sync for Strong
impl Unpin for Strong
impl UnsafeUnpin for Strong
impl UnwindSafe for Strong
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