pub struct AttackId(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AttackId
impl<'de> Deserialize<'de> for AttackId
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 Ord for AttackId
impl Ord for AttackId
Source§impl PartialOrd for AttackId
impl PartialOrd for AttackId
impl Copy for AttackId
impl Eq for AttackId
impl StructuralPartialEq for AttackId
Auto Trait Implementations§
impl Freeze for AttackId
impl RefUnwindSafe for AttackId
impl Send for AttackId
impl Sync for AttackId
impl Unpin for AttackId
impl UnwindSafe for AttackId
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