Struct patternfly_dioxus::PfTooltipProps
source · [−]pub struct PfTooltipProps<'a> {
pub children: Element<'a>,
pub content: &'a str,
pub orientation: Option<Orientation>,
}Fields
children: Element<'a>content: &'a strorientation: Option<Orientation>Implementations
sourceimpl<'a> PfTooltipProps<'a>
impl<'a> PfTooltipProps<'a>
Trait Implementations
sourceimpl<'a> Properties for PfTooltipProps<'a>
impl<'a> Properties for PfTooltipProps<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PfTooltipProps<'a>
impl<'a> !Send for PfTooltipProps<'a>
impl<'a> !Sync for PfTooltipProps<'a>
impl<'a> Unpin for PfTooltipProps<'a>
impl<'a> !UnwindSafe for PfTooltipProps<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more