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

Methods

impl Events
[src]

Trait Implementations

impl Debug for Events
[src]

Formats the value using the given formatter. Read more

impl Clone for Events
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Events
[src]

Auto Trait Implementations

impl Send for Events

impl Sync for Events