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