Struct patternfly_yew::DropdownToggleProps
source · pub struct DropdownToggleProps {
pub image: Option<Html>,
pub text: String,
pub icon: Option<Icon>,
}Fields§
§image: Option<Html>§text: String§icon: Option<Icon>Trait Implementations§
source§impl Clone for DropdownToggleProps
impl Clone for DropdownToggleProps
source§fn clone(&self) -> DropdownToggleProps
fn clone(&self) -> DropdownToggleProps
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 PartialEq<DropdownToggleProps> for DropdownToggleProps
impl PartialEq<DropdownToggleProps> for DropdownToggleProps
source§fn eq(&self, other: &DropdownToggleProps) -> bool
fn eq(&self, other: &DropdownToggleProps) -> bool
source§impl Properties for DropdownToggleProps
impl Properties for DropdownToggleProps
impl StructuralPartialEq for DropdownToggleProps
Auto Trait Implementations§
impl !RefUnwindSafe for DropdownToggleProps
impl !Send for DropdownToggleProps
impl !Sync for DropdownToggleProps
impl Unpin for DropdownToggleProps
impl !UnwindSafe for DropdownToggleProps
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.