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 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.