Struct IndexedProps
pub struct IndexedProps<T, U, List, F>{ /* private fields */ }Expand description
Props for Keyed.
Trait Implementations§
§impl<T, U, List, F> Props for IndexedProps<T, U, List, F>
impl<T, U, List, F> Props for IndexedProps<T, U, List, F>
§fn builder() -> <IndexedProps<T, U, List, F> as Props>::Builder
fn builder() -> <IndexedProps<T, U, List, F> as Props>::Builder
Create a builder for building IndexedProps.
On the builder, call .list(...), .view(...), ._phantom(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of IndexedProps.
Auto Trait Implementations§
impl<T, U, List, F> Freeze for IndexedProps<T, U, List, F>
impl<T, U, List, F> RefUnwindSafe for IndexedProps<T, U, List, F>
impl<T, U, List, F> Send for IndexedProps<T, U, List, F>
impl<T, U, List, F> Sync for IndexedProps<T, U, List, F>
impl<T, U, List, F> Unpin for IndexedProps<T, U, List, F>
impl<T, U, List, F> UnwindSafe for IndexedProps<T, U, List, F>
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