Struct pax_runtime::repeat::RepeatProperties
source · pub struct RepeatProperties {
pub source_expression: Property<PaxValue>,
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: Property<PaxValue>§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
source§impl ToPaxValue for RepeatProperties
impl ToPaxValue for RepeatProperties
fn to_pax_value(self) -> PaxValue
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, 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.