Struct patternfly_yew::DropdownItemProps [−][src]
pub struct DropdownItemProps {
pub children: Children,
pub href: String,
pub target: String,
pub onclick: Option<Callback<()>>,
// some fields omitted
}Fields
children: Childrenhref: Stringtarget: Stringonclick: Option<Callback<()>>Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for DropdownItemProps
impl !Send for DropdownItemProps
impl !Sync for DropdownItemProps
impl Unpin for DropdownItemProps
impl !UnwindSafe for DropdownItemProps
Blanket Implementations
Mutably borrows from an owned value. Read more