Enum rustdoc::html::render::RenderMode[][src]

enum RenderMode {
    Normal,
    ForDeref {
        mut_: bool,
    },
}

Variants

Fields of ForDeref

Trait Implementations

impl Copy for RenderMode
[src]

impl Clone for RenderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RenderMode
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for RenderMode

impl Sync for RenderMode