pub struct PfTabsProps<'a> {
pub selected_contents: UseState<String>,
pub children: Element<'a>,
}Fields§
§selected_contents: UseState<String>§children: Element<'a>Implementations§
Trait Implementations§
Source§impl<'a> Properties for PfTabsProps<'a>
impl<'a> Properties for PfTabsProps<'a>
Auto Trait Implementations§
impl<'a> !Freeze for PfTabsProps<'a>
impl<'a> !RefUnwindSafe for PfTabsProps<'a>
impl<'a> !Send for PfTabsProps<'a>
impl<'a> !Sync for PfTabsProps<'a>
impl<'a> Unpin for PfTabsProps<'a>
impl<'a> !UnwindSafe for PfTabsProps<'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