pub struct FullRunes {
pub general_runes: Vec<Rune>,
pub keystone: Rune,
pub primary_rune_tree: RuneTree,
pub secondary_rune_tree: RuneTree,
pub stat_runes: [StatRunes; 3],
}Expand description
Runes for the active player
Fields§
§general_runes: Vec<Rune>§keystone: Rune§primary_rune_tree: RuneTree§secondary_rune_tree: RuneTree§stat_runes: [StatRunes; 3]Trait Implementations§
Source§impl<'de> Deserialize<'de> for FullRunes
impl<'de> Deserialize<'de> for FullRunes
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
impl StructuralPartialEq for FullRunes
Auto Trait Implementations§
impl Freeze for FullRunes
impl RefUnwindSafe for FullRunes
impl Send for FullRunes
impl Sync for FullRunes
impl Unpin for FullRunes
impl UnsafeUnpin for FullRunes
impl UnwindSafe for FullRunes
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