pub struct Array<Component>(pub Component);Expand description
An array of another type. Renders as Component[]
Tuple Fields§
§0: ComponentTrait Implementations§
Auto Trait Implementations§
impl<Component> Freeze for Array<Component>where
Component: Freeze,
impl<Component> RefUnwindSafe for Array<Component>where
Component: RefUnwindSafe,
impl<Component> Send for Array<Component>where
Component: Send,
impl<Component> Sync for Array<Component>where
Component: Sync,
impl<Component> Unpin for Array<Component>where
Component: Unpin,
impl<Component> UnwindSafe for Array<Component>where
Component: UnwindSafe,
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