pub struct ComponentHierarchy<TParameters> { /* private fields */ }Implementations§
Source§impl<TParameters> ComponentHierarchy<TParameters>
impl<TParameters> ComponentHierarchy<TParameters>
pub fn new() -> Self
pub fn from_decorated_components<ComponentsIterator>(
components: ComponentsIterator,
) -> Selfwhere
ComponentsIterator: IntoIterator<Item = ComponentDecoration<TParameters>>,
pub fn into_component_groups(self) -> ComponentGroup<TParameters>
Trait Implementations§
Auto Trait Implementations§
impl<TParameters> Freeze for ComponentHierarchy<TParameters>
impl<TParameters> RefUnwindSafe for ComponentHierarchy<TParameters>
impl<TParameters> Send for ComponentHierarchy<TParameters>
impl<TParameters> Sync for ComponentHierarchy<TParameters>
impl<TParameters> Unpin for ComponentHierarchy<TParameters>
impl<TParameters> UnwindSafe for ComponentHierarchy<TParameters>
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