Struct patternfly_dioxus::PfTabProps
source · [−]Fields
title: &'a strchildren: Element<'a>Implementations
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