#[non_exhaustive]pub enum RdInlineSpanKind {
Show 22 variants
Emph,
Strong,
Bold,
Code,
Special,
Verb,
Url,
Email,
File,
Pkg,
Samp,
SQuote,
DQuote,
Kbd,
Var,
Env,
Command,
Option,
Acronym,
Abbr,
Cite,
Dfn,
}Expand description
The source-level spelling of a uniform one-argument inline markup macro.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Emph
Strong
Bold
Code
Special
Verb
Url
File
Pkg
Samp
SQuote
DQuote
Kbd
Var
Env
Command
Option
Acronym
Abbr
Cite
Dfn
Trait Implementations§
Source§impl Clone for RdInlineSpanKind
impl Clone for RdInlineSpanKind
Source§fn clone(&self) -> RdInlineSpanKind
fn clone(&self) -> RdInlineSpanKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RdInlineSpanKind
Source§impl Debug for RdInlineSpanKind
impl Debug for RdInlineSpanKind
impl Eq for RdInlineSpanKind
Source§impl PartialEq for RdInlineSpanKind
impl PartialEq for RdInlineSpanKind
impl StructuralPartialEq for RdInlineSpanKind
Auto Trait Implementations§
impl Freeze for RdInlineSpanKind
impl RefUnwindSafe for RdInlineSpanKind
impl Send for RdInlineSpanKind
impl Sync for RdInlineSpanKind
impl Unpin for RdInlineSpanKind
impl UnsafeUnpin for RdInlineSpanKind
impl UnwindSafe for RdInlineSpanKind
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