Struct patternfly_yew::PopoverPopupProps [−][src]
pub struct PopoverPopupProps {
pub children: Children,
pub header: Html,
pub footer: Option<Html>,
pub orientation: Orientation,
pub hidden: bool,
pub styles: String,
pub onclose: Callback<()>,
}Fields
children: Childrenheader: Htmlorientation: Orientationstyles: Stringonclose: Callback<()>called when the close button is clicked
Trait Implementations
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 PopoverPopupProps
impl !Send for PopoverPopupProps
impl !Sync for PopoverPopupProps
impl Unpin for PopoverPopupProps
impl !UnwindSafe for PopoverPopupProps
Blanket Implementations
Mutably borrows from an owned value. Read more