Enum oatie::doc::AddElement [] [src]

pub enum AddElement {
    AddSkip(usize),
    AddWithGroup(AddSpan),
    AddChars(DocString),
    AddGroup(AttrsAddSpan),
}

Variants

Trait Implementations

impl Clone for AddElement
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AddElement
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AddElement
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for AddElement

impl Sync for AddElement