pub struct Moves {
pub one: Normal,
pub two: Normal,
pub three: Normal,
pub four: Normal,
pub tp: f64,
}
Fields§
§one: Normal
The first move
two: Normal
The second move
three: Normal
The third move
four: Normal
The fourth move
tp: f64
the total tech points
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Moves
impl<'de> Deserialize<'de> for Moves
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 Copy for Moves
impl StructuralPartialEq for Moves
Auto Trait Implementations§
impl Freeze for Moves
impl RefUnwindSafe for Moves
impl Send for Moves
impl Sync for Moves
impl Unpin for Moves
impl UnwindSafe for Moves
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