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