Enum clang::documentation::InlineCommandStyle [−][src]
#[repr(C)]pub enum InlineCommandStyle { Bold, Monospace, Emphasized, }
Indicates the appropriate rendering style for an inline command argument.
Variants
Bold
Indicates the command should be rendered in a bold font.
Monospace
Indicates the command should be rendered in a monospace font.
Emphasized
Indicates the command should be rendered emphasized (typically italicized).
Trait Implementations
impl Copy for InlineCommandStyle
[src]
impl Copy for InlineCommandStyle
impl Clone for InlineCommandStyle
[src]
impl Clone for InlineCommandStyle
fn clone(&self) -> InlineCommandStyle
[src]
fn clone(&self) -> InlineCommandStyle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for InlineCommandStyle
[src]
impl Debug for InlineCommandStyle
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for InlineCommandStyle
[src]
impl PartialEq for InlineCommandStyle
fn eq(&self, other: &InlineCommandStyle) -> bool
[src]
fn eq(&self, other: &InlineCommandStyle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for InlineCommandStyle
[src]
impl Eq for InlineCommandStyle
impl Hash for InlineCommandStyle
[src]
impl Hash for InlineCommandStyle
Auto Trait Implementations
impl Send for InlineCommandStyle
impl Send for InlineCommandStyle
impl Sync for InlineCommandStyle
impl Sync for InlineCommandStyle