pub enum AttributeOperation {
AddValue,
AddMultipliedBase,
AddMultipliedTotal,
}Expand description
Attribute modifier operation type.
Variants§
Trait Implementations§
Source§impl Clone for AttributeOperation
impl Clone for AttributeOperation
Source§fn clone(&self) -> AttributeOperation
fn clone(&self) -> AttributeOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AttributeOperation
Auto Trait Implementations§
impl Freeze for AttributeOperation
impl RefUnwindSafe for AttributeOperation
impl Send for AttributeOperation
impl Sync for AttributeOperation
impl Unpin for AttributeOperation
impl UnsafeUnpin for AttributeOperation
impl UnwindSafe for AttributeOperation
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