Enum rustdoc::theme::Events [−][src]
enum Events { StartLineComment(usize), StartComment(usize), EndComment(usize), InBlock(usize), OutBlock(usize), }
All variants contain the position they occur.
Variants
StartLineComment(usize)
StartComment(usize)
EndComment(usize)
InBlock(usize)
OutBlock(usize)
Methods
impl Events
[src]
impl Events
Trait Implementations
impl Debug for Events
[src]
impl Debug for Events
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 Clone for Events
[src]
impl Clone for Events
fn clone(&self) -> Events
[src]
fn clone(&self) -> Events
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 Copy for Events
[src]
impl Copy for Events