Struct yemantic_ui::collections::label::label_detail::LabelDetailProps    [−][src]
pub struct LabelDetailProps {
    pub root: String,
    pub children: Children,
    pub class_name: Option<String>,
}Fields
root: StringAn html element type to render as root element.
children: ChildrenPrimary content.
class_name: Option<String>Additional classes.
Trait Implementations
impl Clone for LabelDetailProps[src]
impl Clone for LabelDetailProps[src]fn clone(&self) -> LabelDetailProps[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<LabelDetailProps> for LabelDetailProps[src]
impl PartialEq<LabelDetailProps> for LabelDetailProps[src]fn eq(&self, other: &LabelDetailProps) -> bool[src]
fn ne(&self, other: &LabelDetailProps) -> bool[src]
impl Properties for LabelDetailProps[src]
impl Properties for LabelDetailProps[src]impl StructuralPartialEq for LabelDetailProps[src]
Auto Trait Implementations
impl !RefUnwindSafe for LabelDetailProps
impl !Send for LabelDetailProps
impl !Sync for LabelDetailProps
impl Unpin for LabelDetailProps
impl !UnwindSafe for LabelDetailProps
Blanket Implementations
impl<T, V> IntoOptPropValue<V> for T where
    T: IntoPropValue<Option<V>>, 
impl<T, V> IntoOptPropValue<V> for T where
    T: IntoPropValue<Option<V>>, pub fn into_opt_prop_value(self) -> Option<V>
impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for Tpub fn into_prop_value(self) -> Option<T>
impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for Tpub fn into_prop_value(self) -> T
impl<T> Any for T where
    T: Any, 
T: Any,
impl<T> CloneAny for T where
    T: Any + Clone, 
T: Any + Clone,