pub struct Div {
pub children: Vec<Box<dyn Component>>,
pub class_name: &'static str,
}
Fields§
§children: Vec<Box<dyn Component>>
§class_name: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Div
impl !RefUnwindSafe for Div
impl !Send for Div
impl !Sync for Div
impl Unpin for Div
impl !UnwindSafe for Div
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