[−][src]Struct darklua_core::rules::ComputeExpression
A rule that compute expressions that do not have any side-effects.
Trait Implementations
impl Debug for ComputeExpression
[src]
impl Default for ComputeExpression
[src]
fn default() -> ComputeExpression
[src]
impl Eq for ComputeExpression
[src]
impl PartialEq<ComputeExpression> for ComputeExpression
[src]
fn eq(&self, other: &ComputeExpression) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl Rule for ComputeExpression
[src]
fn process(&self, block: &mut Block)
[src]
fn configure(
&mut self,
properties: RuleProperties
) -> Result<(), RuleConfigurationError>
[src]
&mut self,
properties: RuleProperties
) -> Result<(), RuleConfigurationError>
fn get_name(&self) -> &'static str
[src]
fn serialize_to_properties(&self) -> RuleProperties
[src]
impl StructuralEq for ComputeExpression
[src]
impl StructuralPartialEq for ComputeExpression
[src]
Auto Trait Implementations
impl RefUnwindSafe for ComputeExpression
impl Send for ComputeExpression
impl Sync for ComputeExpression
impl Unpin for ComputeExpression
impl UnwindSafe for ComputeExpression
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,