pub struct CodeSpan(pub String);Expand description
§Code span
Any characters except Terminator surrounded by a Backtick of length 1.
Example:
`anything even EOL
can be it`HTML equivalent:
<code>anything even EOL
can be it</code>Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl From<CodeSpan> for ParagraphNodes
impl From<CodeSpan> for ParagraphNodes
impl Eq for CodeSpan
impl StructuralPartialEq for CodeSpan
Auto Trait Implementations§
impl Freeze for CodeSpan
impl RefUnwindSafe for CodeSpan
impl Send for CodeSpan
impl Sync for CodeSpan
impl Unpin for CodeSpan
impl UnwindSafe for CodeSpan
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