Struct pax_runtime::repeat::RepeatProperties
source · pub struct RepeatProperties {
pub source_expression_vec: Option<Property<Vec<Rc<RefCell<PaxAny>>>>>,
pub source_expression_range: Option<Property<Range<isize>>>,
pub iterator_i_symbol: Option<String>,
pub iterator_elem_symbol: Option<String>,
}Expand description
Contains modal vec and range variants, describing whether the Repeat source
is encoded as a VecPaxValue properties type) or as a Range
Fields§
§source_expression_vec: Option<Property<Vec<Rc<RefCell<PaxAny>>>>>§source_expression_range: Option<Property<Range<isize>>>§iterator_i_symbol: Option<String>§iterator_elem_symbol: Option<String>Trait Implementations§
source§impl Default for RepeatProperties
impl Default for RepeatProperties
source§fn default() -> RepeatProperties
fn default() -> RepeatProperties
Returns the “default value” for a type. Read more
impl ImplToFromPaxAny for RepeatProperties
Auto Trait Implementations§
impl Freeze for RepeatProperties
impl !RefUnwindSafe for RepeatProperties
impl !Send for RepeatProperties
impl !Sync for RepeatProperties
impl Unpin for RepeatProperties
impl !UnwindSafe for RepeatProperties
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> CoercionRules for Twhere
T: ImplToFromPaxAny,
impl<T> CoercionRules for Twhere
T: ImplToFromPaxAny,
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.