pub struct TypeChart {
pub types: TypeTable<Type>,
}Expand description
A type chart, which contains all type effectiveness information for types against other types and effects.
The key here is the attacking type.
Fields§
§types: TypeTable<Type>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TypeChart
impl<'de> Deserialize<'de> for TypeChart
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 TypeChart
Auto Trait Implementations§
impl Freeze for TypeChart
impl RefUnwindSafe for TypeChart
impl Send for TypeChart
impl Sync for TypeChart
impl Unpin for TypeChart
impl UnsafeUnpin for TypeChart
impl UnwindSafe for TypeChart
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