pub struct Children(pub Cow<'static, str>);Expand description
Pre-rendered inner HTML produced by rsx!.
Phase 2c (rsx!) will produce Children values by recursively rendering
inner nodes. You can also build them directly from strings or Markup.
Tuple Fields§
§0: Cow<'static, str>Implementations§
Trait Implementations§
impl Eq for Children
impl StructuralPartialEq for Children
Auto Trait Implementations§
impl Freeze for Children
impl RefUnwindSafe for Children
impl Send for Children
impl Sync for Children
impl Unpin for Children
impl UnsafeUnpin for Children
impl UnwindSafe for Children
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