Struct syntax::errors::CodeSuggestion
[−]
[src]
pub struct CodeSuggestion {
// some fields omitted
}Unstable (
rustc_private)Methods
impl CodeSuggestion[src]
fn splice_lines(&self, cm: &CodeMap) -> String
Unstable (
rustc_private)Returns the assembled code suggestion.
Trait Implementations
Derived Implementations
impl Clone for CodeSuggestion[src]
fn clone(&self) -> CodeSuggestion
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more