Struct patternfly_yew::DescriptionGroupProps
source · Fields§
§term: String§children: ChildrenTrait Implementations§
source§impl Clone for DescriptionGroupProps
impl Clone for DescriptionGroupProps
source§fn clone(&self) -> DescriptionGroupProps
fn clone(&self) -> DescriptionGroupProps
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 Debug for DescriptionGroupProps
impl Debug for DescriptionGroupProps
source§impl PartialEq<DescriptionGroupProps> for DescriptionGroupProps
impl PartialEq<DescriptionGroupProps> for DescriptionGroupProps
source§fn eq(&self, other: &DescriptionGroupProps) -> bool
fn eq(&self, other: &DescriptionGroupProps) -> bool
source§impl Properties for DescriptionGroupProps
impl Properties for DescriptionGroupProps
impl StructuralPartialEq for DescriptionGroupProps
Auto Trait Implementations§
impl !RefUnwindSafe for DescriptionGroupProps
impl !Send for DescriptionGroupProps
impl !Sync for DescriptionGroupProps
impl Unpin for DescriptionGroupProps
impl !UnwindSafe for DescriptionGroupProps
Blanket Implementations§
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.