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
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
Methods
impl LangString[src]
impl LangStringfn all_false() -> LangString[src]
fn all_false() -> LangStringfn parse(string: &str) -> LangString[src]
fn parse(string: &str) -> LangStringTrait Implementations
impl Eq for LangString[src]
impl Eq for LangStringfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl PartialEq for LangString[src]
impl PartialEq for LangStringfn eq(&self, other: &LangString) -> bool[src]
fn eq(&self, other: &LangString) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LangString) -> bool[src]
fn ne(&self, other: &LangString) -> boolThis method tests for !=.
impl Clone for LangString[src]
impl Clone for LangStringfn clone(&self) -> LangString[src]
fn clone(&self) -> LangStringReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LangString[src]
impl Debug for LangStringAuto Trait Implementations
impl Send for LangString
impl Send for LangStringimpl Sync for LangString
impl Sync for LangString