Struct rustdoc::html::markdown::LangString[][src]

struct LangString {
    original: String,
    should_panic: bool,
    no_run: bool,
    ignore: bool,
    rust: bool,
    test_harness: bool,
    compile_fail: bool,
    error_codes: Vec<String>,
    allow_fail: bool,
}

Fields

Methods

impl LangString
[src]

Trait Implementations

impl Eq for LangString
[src]

impl PartialEq for LangString
[src]

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

This method tests for !=.

impl Clone for LangString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LangString
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LangString

impl Sync for LangString