Struct patternfly_yew::TooltipPopupProps
source · pub struct TooltipPopupProps {
pub text: String,
pub orientation: Orientation,
pub hidden: bool,
pub styles: String,
}Fields§
§text: String§orientation: Orientation§styles: StringTrait Implementations§
source§impl Clone for TooltipPopupProps
impl Clone for TooltipPopupProps
source§fn clone(&self) -> TooltipPopupProps
fn clone(&self) -> TooltipPopupProps
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<TooltipPopupProps> for TooltipPopupProps
impl PartialEq<TooltipPopupProps> for TooltipPopupProps
source§fn eq(&self, other: &TooltipPopupProps) -> bool
fn eq(&self, other: &TooltipPopupProps) -> bool
source§impl Properties for TooltipPopupProps
impl Properties for TooltipPopupProps
impl StructuralPartialEq for TooltipPopupProps
Auto Trait Implementations§
impl RefUnwindSafe for TooltipPopupProps
impl Send for TooltipPopupProps
impl Sync for TooltipPopupProps
impl Unpin for TooltipPopupProps
impl UnwindSafe for TooltipPopupProps
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.