Struct mcfunction_debugger::parser::command::CommandParserResult
source · pub struct CommandParserResult<'l> {
pub parsed_nodes: Vec<ParsedNode<'l>>,
pub error: Option<CommandParserError<'l>>,
}
Fields§
§parsed_nodes: Vec<ParsedNode<'l>>
§error: Option<CommandParserError<'l>>
Trait Implementations§
source§impl<'l> Clone for CommandParserResult<'l>
impl<'l> Clone for CommandParserResult<'l>
source§fn clone(&self) -> CommandParserResult<'l>
fn clone(&self) -> CommandParserResult<'l>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'l> Debug for CommandParserResult<'l>
impl<'l> Debug for CommandParserResult<'l>
source§impl<'l> PartialEq<CommandParserResult<'l>> for CommandParserResult<'l>
impl<'l> PartialEq<CommandParserResult<'l>> for CommandParserResult<'l>
source§fn eq(&self, other: &CommandParserResult<'l>) -> bool
fn eq(&self, other: &CommandParserResult<'l>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.