Struct patternfly_dioxus::PfTabProps
source · [−]pub struct PfTabProps<'a> {
pub title: &'a str,
pub selected_contents: UseState<String>,
pub children: Element<'a>,
}Fields
title: &'a strselected_contents: UseState<String>children: Element<'a>Implementations
sourceimpl<'a> PfTabProps<'a>
impl<'a> PfTabProps<'a>
Trait Implementations
sourceimpl<'a> Properties for PfTabProps<'a>
impl<'a> Properties for PfTabProps<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PfTabProps<'a>
impl<'a> !Send for PfTabProps<'a>
impl<'a> !Sync for PfTabProps<'a>
impl<'a> Unpin for PfTabProps<'a>
impl<'a> !UnwindSafe for PfTabProps<'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