pub struct PfTooltipProps<'a> {
pub children: Element<'a>,
pub content: &'a str,
pub orientation: Option<Orientation>,
}Fields§
§children: Element<'a>§content: &'a str§orientation: Option<Orientation>Implementations§
Source§impl<'a> PfTooltipProps<'a>
impl<'a> PfTooltipProps<'a>
Trait Implementations§
Source§impl<'a> Properties for PfTooltipProps<'a>
impl<'a> Properties for PfTooltipProps<'a>
Auto Trait Implementations§
impl<'a> !Freeze for PfTooltipProps<'a>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more