pub struct PartialRunes {
pub keystone: Rune,
pub primary_rune_tree: RuneTree,
pub secondary_rune_tree: RuneTree,
}Expand description
Runes for all the other players
Fields§
§keystone: Rune§primary_rune_tree: RuneTree§secondary_rune_tree: RuneTreeTrait Implementations§
Source§impl Clone for PartialRunes
impl Clone for PartialRunes
Source§fn clone(&self) -> PartialRunes
fn clone(&self) -> PartialRunes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PartialRunes
impl Debug for PartialRunes
Source§impl<'de> Deserialize<'de> for PartialRunes
impl<'de> Deserialize<'de> for PartialRunes
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
Source§impl PartialEq for PartialRunes
impl PartialEq for PartialRunes
Source§fn eq(&self, other: &PartialRunes) -> bool
fn eq(&self, other: &PartialRunes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartialRunes
Auto Trait Implementations§
impl Freeze for PartialRunes
impl RefUnwindSafe for PartialRunes
impl Send for PartialRunes
impl Sync for PartialRunes
impl Unpin for PartialRunes
impl UnsafeUnpin for PartialRunes
impl UnwindSafe for PartialRunes
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