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 EventsTrait Implementations
impl Debug for Events[src]
impl Debug for Eventsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Events[src]
impl Clone for Eventsfn clone(&self) -> Events[src]
fn clone(&self) -> EventsReturns 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