pub enum Rule {
Show 47 variants
WHITESPACE,
separator,
line,
INTEGER,
STRING,
STRING_WITH_SPACES,
ALPHANUMERIC,
non_separator_line,
item,
equipment,
item_level_blocsk,
annotation,
modifier_name,
modifier_tier_line,
modifier_tags,
modifier_tag,
modifier_tier,
modifier_type,
modifier_line,
modifier_entry,
modifiers_block,
sockets_block,
sockets,
item_level_block,
ilvl,
weapon_stats_block,
quality,
physical_damage,
elemental_damage,
crit_strike_chance,
attacks_per_second,
weapon_range,
limits_block,
requirements_block,
lvl_req,
str_req,
dex_req,
int_req,
class_req,
limited_to,
weapon_type,
name,
base,
item_class,
class,
rarity_line,
rarity,
}Variants§
WHITESPACE
separator
line
INTEGER
STRING
STRING_WITH_SPACES
ALPHANUMERIC
non_separator_line
item
equipment
item_level_blocsk
annotation
modifier_name
modifier_tier_line
modifier_tag
modifier_tier
modifier_type
modifier_line
modifier_entry
modifiers_block
sockets_block
sockets
item_level_block
ilvl
weapon_stats_block
quality
physical_damage
elemental_damage
crit_strike_chance
attacks_per_second
weapon_range
limits_block
requirements_block
lvl_req
str_req
dex_req
int_req
class_req
limited_to
weapon_type
name
base
item_class
class
rarity_line
rarity
Implementations§
Trait Implementations§
Source§impl Ord for Rule
impl Ord for Rule
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Rule
impl PartialOrd for Rule
impl Copy for Rule
impl Eq for Rule
impl StructuralPartialEq for Rule
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnsafeUnpin for Rule
impl UnwindSafe for Rule
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