Struct yemantic_ui::collections::icon::IconGroupProps [−][src]
pub struct IconGroupProps { pub root: String, pub children: Children, pub class_name: Option<String>, pub size: Option<IconSize>, }
Fields
root: String
An html element type to render as root element.
children: Children
Primary content.
class_name: Option<String>
Additional classes.
size: Option<IconSize>
Size of the icon group.
Trait Implementations
impl Clone for IconGroupProps
[src]
impl Clone for IconGroupProps
[src]fn clone(&self) -> IconGroupProps
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<IconGroupProps> for IconGroupProps
[src]
impl PartialEq<IconGroupProps> for IconGroupProps
[src]fn eq(&self, other: &IconGroupProps) -> bool
[src]
fn ne(&self, other: &IconGroupProps) -> bool
[src]
impl Properties for IconGroupProps
[src]
impl Properties for IconGroupProps
[src]impl StructuralPartialEq for IconGroupProps
[src]
Auto Trait Implementations
impl !RefUnwindSafe for IconGroupProps
impl !Send for IconGroupProps
impl !Sync for IconGroupProps
impl Unpin for IconGroupProps
impl !UnwindSafe for IconGroupProps
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 T
pub fn into_prop_value(self) -> Option<T>
impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
pub 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,