pub struct TabProperties<T>{
pub title: TabTitle,
pub icon: Option<Icon>,
pub children: Html,
pub index: T,
pub id: Option<AttrValue>,
pub class: Classes,
pub style: Option<AttrValue>,
}Expand description
Properties for Tab
Fields§
§title: TabTitle§icon: Option<Icon>§children: Html§index: T§id: Option<AttrValue>§class: Classes§style: Option<AttrValue>Trait Implementations§
Source§impl<T> PartialEq for TabProperties<T>
impl<T> PartialEq for TabProperties<T>
Source§impl<T> Properties for TabProperties<T>
impl<T> Properties for TabProperties<T>
impl<T> StructuralPartialEq for TabProperties<T>
Auto Trait Implementations§
impl<T> Freeze for TabProperties<T>where
T: Freeze,
impl<T> !RefUnwindSafe for TabProperties<T>
impl<T> !Send for TabProperties<T>
impl<T> !Sync for TabProperties<T>
impl<T> Unpin for TabProperties<T>where
T: Unpin,
impl<T> !UnwindSafe for TabProperties<T>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.