pub enum ObjectiveCriterion {
Dummy,
}
Expand description
Any objective criterion
used in the command scoreboard objectives add foo <criterion>
Variants§
Dummy
Mostly used by debris
Trait Implementations§
source§impl Clone for ObjectiveCriterion
impl Clone for ObjectiveCriterion
source§fn clone(&self) -> ObjectiveCriterion
fn clone(&self) -> ObjectiveCriterion
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 Debug for ObjectiveCriterion
impl Debug for ObjectiveCriterion
Auto Trait Implementations§
impl RefUnwindSafe for ObjectiveCriterion
impl Send for ObjectiveCriterion
impl Sync for ObjectiveCriterion
impl Unpin for ObjectiveCriterion
impl UnwindSafe for ObjectiveCriterion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more