struct OrderedSections {
auras: Option<String>,
spells: Option<String>,
auto_attacks: Option<String>,
hero_talents: Option<String>,
effects: Option<String>,
}Fields§
§auras: Option<String>§spells: Option<String>§auto_attacks: Option<String>§hero_talents: Option<String>§effects: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for OrderedSections
impl Debug for OrderedSections
Source§impl Default for OrderedSections
impl Default for OrderedSections
Source§fn default() -> OrderedSections
fn default() -> OrderedSections
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrderedSections
impl<'de> Deserialize<'de> for OrderedSections
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OrderedSections
impl RefUnwindSafe for OrderedSections
impl Send for OrderedSections
impl Sync for OrderedSections
impl Unpin for OrderedSections
impl UnsafeUnpin for OrderedSections
impl UnwindSafe for OrderedSections
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