Enum rustdoc::passes::collapse_docs::DocFragmentKind[][src]

enum DocFragmentKind {
    Sugared,
    Raw,
    Include,
}

Variants

Trait Implementations

impl Copy for DocFragmentKind
[src]

impl Clone for DocFragmentKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DocFragmentKind
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DocFragmentKind
[src]

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

This method tests for !=.

impl Eq for DocFragmentKind
[src]

Auto Trait Implementations

impl Send for DocFragmentKind

impl Sync for DocFragmentKind