pub enum SelectorCombinatorParameterOperation {
Select,
Count,
Random,
QualityTransfer,
RocketCapacity,
StackSize,
QualityFilter,
Time,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SelectorCombinatorParameterOperation
impl Clone for SelectorCombinatorParameterOperation
Source§fn clone(&self) -> SelectorCombinatorParameterOperation
fn clone(&self) -> SelectorCombinatorParameterOperation
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 SelectorCombinatorParameterOperation
impl Eq for SelectorCombinatorParameterOperation
Source§impl From<SelectorCombinatorParameterOperation> for LuaAny
impl From<SelectorCombinatorParameterOperation> for LuaAny
Source§fn from(_: SelectorCombinatorParameterOperation) -> Self
fn from(_: SelectorCombinatorParameterOperation) -> Self
Converts to this type from the input type.
Source§impl From<SelectorCombinatorParameterOperation> for &'static str
impl From<SelectorCombinatorParameterOperation> for &'static str
Source§fn from(value: SelectorCombinatorParameterOperation) -> Self
fn from(value: SelectorCombinatorParameterOperation) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SelectorCombinatorParameterOperation
Auto Trait Implementations§
impl Freeze for SelectorCombinatorParameterOperation
impl RefUnwindSafe for SelectorCombinatorParameterOperation
impl Send for SelectorCombinatorParameterOperation
impl Sync for SelectorCombinatorParameterOperation
impl Unpin for SelectorCombinatorParameterOperation
impl UnsafeUnpin for SelectorCombinatorParameterOperation
impl UnwindSafe for SelectorCombinatorParameterOperation
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