pub struct DamageKind { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for DamageKind
impl AzaleaRead for DamageKind
Source§impl AzaleaWrite for DamageKind
impl AzaleaWrite for DamageKind
Source§impl Clone for DamageKind
impl Clone for DamageKind
Source§fn clone(&self) -> DamageKind
fn clone(&self) -> DamageKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl DataRegistry for DamageKind
impl DataRegistry for DamageKind
Source§impl Debug for DamageKind
impl Debug for DamageKind
Source§impl Hash for DamageKind
impl Hash for DamageKind
Source§impl PartialEq for DamageKind
impl PartialEq for DamageKind
Source§impl Serialize for DamageKind
Available on crate feature serde
only.
impl Serialize for DamageKind
Available on crate feature
serde
only.impl Copy for DamageKind
impl Eq for DamageKind
impl StructuralPartialEq for DamageKind
Auto Trait Implementations§
impl Freeze for DamageKind
impl RefUnwindSafe for DamageKind
impl Send for DamageKind
impl Sync for DamageKind
impl Unpin for DamageKind
impl UnwindSafe for DamageKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.