pub struct ScoreboardConstants {
constants: FxHashMap<i32, Rc<str>>,
}
Expand description
Keeps track of used scoreboard constants that are used in the datapack
Fields§
§constants: FxHashMap<i32, Rc<str>>
Implementations§
Trait Implementations§
source§impl Debug for ScoreboardConstants
impl Debug for ScoreboardConstants
source§impl Default for ScoreboardConstants
impl Default for ScoreboardConstants
source§fn default() -> ScoreboardConstants
fn default() -> ScoreboardConstants
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ScoreboardConstants
impl !Send for ScoreboardConstants
impl !Sync for ScoreboardConstants
impl Unpin for ScoreboardConstants
impl UnwindSafe for ScoreboardConstants
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