Struct patternfly_yew::PopoverPopupProps
source · pub struct PopoverPopupProps {
pub children: Children,
pub header: Option<Html>,
pub footer: Option<Html>,
pub orientation: Orientation,
pub hidden: bool,
pub styles: String,
pub onclose: Callback<()>,
pub ref: NodeRef,
}Fields§
§children: Children§header: Option<Html>§orientation: Orientation§styles: String§onclose: Callback<()>called when the close button is clicked
ref: NodeRefTrait Implementations§
source§impl Clone for PopoverPopupProps
impl Clone for PopoverPopupProps
source§fn clone(&self) -> PopoverPopupProps
fn clone(&self) -> PopoverPopupProps
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<PopoverPopupProps> for PopoverPopupProps
impl PartialEq<PopoverPopupProps> for PopoverPopupProps
source§fn eq(&self, other: &PopoverPopupProps) -> bool
fn eq(&self, other: &PopoverPopupProps) -> bool
source§impl Properties for PopoverPopupProps
impl Properties for PopoverPopupProps
impl StructuralPartialEq for PopoverPopupProps
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§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.