pub struct StatModifierHandleTag;Expand description
Just an empty ‘flavor’ struct, to indicate that the StatModifierHandle is an owner of some value
Trait Implementations§
Source§impl Clone for StatModifierHandleTag
impl Clone for StatModifierHandleTag
Source§fn clone(&self) -> StatModifierHandleTag
fn clone(&self) -> StatModifierHandleTag
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 Debug for StatModifierHandleTag
impl Debug for StatModifierHandleTag
Source§impl Default for StatModifierHandleTag
impl Default for StatModifierHandleTag
Source§fn default() -> StatModifierHandleTag
fn default() -> StatModifierHandleTag
Returns the “default value” for a type. Read more
impl Copy for StatModifierHandleTag
Auto Trait Implementations§
impl Freeze for StatModifierHandleTag
impl RefUnwindSafe for StatModifierHandleTag
impl Send for StatModifierHandleTag
impl Sync for StatModifierHandleTag
impl Unpin for StatModifierHandleTag
impl UnwindSafe for StatModifierHandleTag
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