pub struct InlineTag {
pub name: String,
pub body: Option<String>,
pub span: Span,
}Expand description
An inline {@tagname body} tag embedded in text.
Fields§
§name: String§body: Option<String>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for InlineTag
impl RefUnwindSafe for InlineTag
impl Send for InlineTag
impl Sync for InlineTag
impl Unpin for InlineTag
impl UnsafeUnpin for InlineTag
impl UnwindSafe for InlineTag
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