Struct mcfunction_debugger::parser::command::CommandParserError
source · Fields§
§message: String
§command: &'l str
§index: usize
Trait Implementations§
source§impl<'l> Clone for CommandParserError<'l>
impl<'l> Clone for CommandParserError<'l>
source§fn clone(&self) -> CommandParserError<'l>
fn clone(&self) -> CommandParserError<'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 CommandParserError<'l>
impl<'l> Debug for CommandParserError<'l>
source§impl Display for CommandParserError<'_>
impl Display for CommandParserError<'_>
source§impl<'l> PartialEq<CommandParserError<'l>> for CommandParserError<'l>
impl<'l> PartialEq<CommandParserError<'l>> for CommandParserError<'l>
source§fn eq(&self, other: &CommandParserError<'l>) -> bool
fn eq(&self, other: &CommandParserError<'l>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.