pub struct ChildrenRenderer<T> { /* private fields */ }
Expand description
A type used for rendering children html.
Implementations§
Source§impl<T> ChildrenRenderer<T>
impl<T> ChildrenRenderer<T>
Trait Implementations§
Source§impl<T: Clone> Clone for ChildrenRenderer<T>
impl<T: Clone> Clone for ChildrenRenderer<T>
Source§fn clone(&self) -> ChildrenRenderer<T>
fn clone(&self) -> ChildrenRenderer<T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Debug for ChildrenRenderer<T>
impl<T> Debug for ChildrenRenderer<T>
Source§impl<T> Default for ChildrenRenderer<T>
impl<T> Default for ChildrenRenderer<T>
Source§impl<IN: Into<OUT>, OUT> From<ChildrenRenderer<IN>> for NodeSeq<IN, OUT>
impl<IN: Into<OUT>, OUT> From<ChildrenRenderer<IN>> for NodeSeq<IN, OUT>
Source§fn from(val: ChildrenRenderer<IN>) -> Self
fn from(val: ChildrenRenderer<IN>) -> Self
Converts to this type from the input type.
Source§impl<T> IntoIterator for ChildrenRenderer<T>
impl<T> IntoIterator for ChildrenRenderer<T>
Source§impl<T: PartialEq> PartialEq for ChildrenRenderer<T>
impl<T: PartialEq> PartialEq for ChildrenRenderer<T>
Auto Trait Implementations§
impl<T> Freeze for ChildrenRenderer<T>
impl<T> RefUnwindSafe for ChildrenRenderer<T>where
T: RefUnwindSafe,
impl<T> Send for ChildrenRenderer<T>where
T: Send,
impl<T> Sync for ChildrenRenderer<T>where
T: Sync,
impl<T> Unpin for ChildrenRenderer<T>where
T: Unpin,
impl<T> UnwindSafe for ChildrenRenderer<T>where
T: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, V> IntoOptPropValue<V> for Twhere
T: IntoPropValue<Option<V>>,
impl<T, V> IntoOptPropValue<V> for Twhere
T: IntoPropValue<Option<V>>,
Source§fn into_opt_prop_value(self) -> Option<V>
fn into_opt_prop_value(self) -> Option<V>
Convert
self
to an optional value of a Properties
struct.Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.