pub enum Dump {
Show 19 variants
All,
Configs,
Music,
Achievements,
Sprites,
Locations,
LocationsEach,
TilesEach,
LocationConfigs,
LocationConfigsEach,
NpcConfig,
ItemConfigs,
Maplabels,
Worldmaps,
VarbitConfigs,
Structs,
Enums,
Underlays,
Overlays,
}
Available on crate features
rs3
or osrs
or legacy
only.Variants§
All
Configs
Music
Available on crate feature
rs3
only.Achievements
Available on crate feature
rs3
only.Sprites
Locations
LocationsEach
TilesEach
LocationConfigs
LocationConfigsEach
NpcConfig
ItemConfigs
Maplabels
Worldmaps
Available on crate feature
rs3
only.VarbitConfigs
Structs
Enums
Underlays
Available on crate features
rs3
or osrs
only.Overlays
Available on crate features
rs3
or osrs
only.Implementations§
Trait Implementations§
source§impl Ord for Dump
impl Ord for Dump
source§impl PartialEq<Dump> for Dump
impl PartialEq<Dump> for Dump
source§impl PartialOrd<Dump> for Dump
impl PartialOrd<Dump> for Dump
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more