[−][src]Struct index_datamanip::objects::Class
Fields
name: Stringdisplay_name: Stringdisplay_help: Stringallowed_origins: Vec<String>special_restrictions: Vec<String>store_requires: Stringlocked_tooltip: Stringproduct_code: Stringreduction_class: Stringreduce_as_archvillain: boollevel_up_respecs: Vec<u32>display_short_help: Stringicon: Stringprimary_category: Stringsecondary_category: Stringpower_pool_category: Stringepic_pool_category: Stringattrib_min: Vec<CharacterAttributes>attrib_base: Vec<CharacterAttributes>strength_min: Vec<CharacterAttributes>resistance_min: Vec<CharacterAttributes>atrrib_dimin_str_in: Vec<CharacterAttributes>atrrib_dimin_str_out: Vec<CharacterAttributes>atrrib_dimin_cur_in: Vec<CharacterAttributes>atrrib_dimin_cur_out: Vec<CharacterAttributes>atrrib_dimin_res_in: Vec<CharacterAttributes>atrrib_dimin_res_out: Vec<CharacterAttributes>attrib_max_table: Vec<CharacterAttributesTable>attrib_max_max_table: Vec<CharacterAttributesTable>strength_max_table: Vec<CharacterAttributesTable>resistance_max_table: Vec<CharacterAttributesTable>mod_table: Vec<NamedTable>connect_hp_and_status: boolMethods
impl Class[src]
pub fn fix_strings(&mut self, pmessages: &HashMap<String, String>)[src]
Trait Implementations
impl Debug for Class[src]
impl<'de> Deserialize<'de> for Class[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for Class[src]
Auto Trait Implementations
impl RefUnwindSafe for Class
impl Send for Class
impl Sync for Class
impl Unpin for Class
impl UnwindSafe for Class
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,