Struct mcfunction_debugger::parser::command::argument::minecraft::entity::MinecraftSelector
source · pub struct MinecraftSelector<'l> { /* private fields */ }
Implementations§
source§impl<'l> MinecraftSelector<'l>
impl<'l> MinecraftSelector<'l>
Trait Implementations§
source§impl<'l> Clone for MinecraftSelector<'l>
impl<'l> Clone for MinecraftSelector<'l>
source§fn clone(&self) -> MinecraftSelector<'l>
fn clone(&self) -> MinecraftSelector<'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 MinecraftSelector<'l>
impl<'l> Debug for MinecraftSelector<'l>
source§impl<'l> PartialEq<MinecraftSelector<'l>> for MinecraftSelector<'l>
impl<'l> PartialEq<MinecraftSelector<'l>> for MinecraftSelector<'l>
source§fn eq(&self, other: &MinecraftSelector<'l>) -> bool
fn eq(&self, other: &MinecraftSelector<'l>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.