Struct pax_runtime::conditional::ConditionalProperties
source · pub struct ConditionalProperties {
pub boolean_expression: Box<dyn PropertyInstance<bool>>,
/* private fields */
}Expand description
Contains the expression of a conditional, evaluated as an expression.
Fields§
§boolean_expression: Box<dyn PropertyInstance<bool>>Trait Implementations§
source§impl Default for ConditionalProperties
impl Default for ConditionalProperties
source§fn default() -> ConditionalProperties
fn default() -> ConditionalProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ConditionalProperties
impl !Send for ConditionalProperties
impl !Sync for ConditionalProperties
impl Unpin for ConditionalProperties
impl !UnwindSafe for ConditionalProperties
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.