Struct patternfly_yew::DropdownItemTextProps
source · pub struct DropdownItemTextProps {
pub children: Children,
}Fields§
§children: ChildrenTrait Implementations§
source§impl Clone for DropdownItemTextProps
impl Clone for DropdownItemTextProps
source§fn clone(&self) -> DropdownItemTextProps
fn clone(&self) -> DropdownItemTextProps
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 From<DropdownItemTextProps> for DropdownChild
impl From<DropdownItemTextProps> for DropdownChild
source§fn from(props: DropdownItemTextProps) -> Self
fn from(props: DropdownItemTextProps) -> Self
Converts to this type from the input type.
source§impl PartialEq<DropdownItemTextProps> for DropdownItemTextProps
impl PartialEq<DropdownItemTextProps> for DropdownItemTextProps
source§fn eq(&self, other: &DropdownItemTextProps) -> bool
fn eq(&self, other: &DropdownItemTextProps) -> bool
source§impl Properties for DropdownItemTextProps
impl Properties for DropdownItemTextProps
impl StructuralPartialEq for DropdownItemTextProps
Auto Trait Implementations§
impl !RefUnwindSafe for DropdownItemTextProps
impl !Send for DropdownItemTextProps
impl !Sync for DropdownItemTextProps
impl Unpin for DropdownItemTextProps
impl !UnwindSafe for DropdownItemTextProps
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.