Struct pax_runtime::conditional::ConditionalProperties
source · pub struct ConditionalProperties {
pub boolean_expression: Property<bool>,
}Expand description
Contains the expression of a conditional, evaluated as an expression.
Fields§
§boolean_expression: Property<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
source§impl ToPaxValue for ConditionalProperties
impl ToPaxValue for ConditionalProperties
fn to_pax_value(self) -> PaxValue
impl ImplToFromPaxAny for ConditionalProperties
Auto Trait Implementations§
impl Freeze for ConditionalProperties
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.