Struct patternfly_yew::TooltipPopupProps [−][src]
pub struct TooltipPopupProps {
pub text: String,
pub orientation: Orientation,
pub hidden: bool,
pub styles: String,
}Fields
text: Stringorientation: Orientationstyles: StringTrait 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 TooltipPopupProps
impl Send for TooltipPopupProps
impl Sync for TooltipPopupProps
impl Unpin for TooltipPopupProps
impl UnwindSafe for TooltipPopupProps
Blanket Implementations
Mutably borrows from an owned value. Read more