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 LangString
fn all_false() -> LangString
[src]
fn all_false() -> LangString
fn parse(string: &str) -> LangString
[src]
fn parse(string: &str) -> LangString
Trait Implementations
impl Eq for LangString
[src]
impl Eq for LangString
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for LangString
[src]
impl PartialEq for LangString
fn eq(&self, other: &LangString) -> bool
[src]
fn eq(&self, other: &LangString) -> bool
This 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) -> bool
This method tests for !=
.
impl Clone for LangString
[src]
impl Clone for LangString
fn clone(&self) -> LangString
[src]
fn clone(&self) -> LangString
Returns 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 LangString
Auto Trait Implementations
impl Send for LangString
impl Send for LangString
impl Sync for LangString
impl Sync for LangString