pub struct StatModifier {
pub stat: StatId,
pub kind: ModifierType,
pub source: String,
}Fields§
§stat: StatId§kind: ModifierType§source: StringTrait Implementations§
Source§impl Clone for StatModifier
impl Clone for StatModifier
Source§fn clone(&self) -> StatModifier
fn clone(&self) -> StatModifier
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 moreAuto Trait Implementations§
impl Freeze for StatModifier
impl RefUnwindSafe for StatModifier
impl Send for StatModifier
impl Sync for StatModifier
impl Unpin for StatModifier
impl UnsafeUnpin for StatModifier
impl UnwindSafe for StatModifier
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