struct AppendSections {
auras: bool,
spells: bool,
auto_attacks: bool,
hero_talents: bool,
effects: bool,
}Fields§
§auras: bool§spells: bool§auto_attacks: bool§hero_talents: bool§effects: boolImplementations§
Trait Implementations§
Source§impl Debug for AppendSections
impl Debug for AppendSections
Source§impl Default for AppendSections
impl Default for AppendSections
Source§fn default() -> AppendSections
fn default() -> AppendSections
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AppendSections
impl<'de> Deserialize<'de> for AppendSections
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 AppendSections
impl RefUnwindSafe for AppendSections
impl Send for AppendSections
impl Sync for AppendSections
impl Unpin for AppendSections
impl UnsafeUnpin for AppendSections
impl UnwindSafe for AppendSections
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