Struct patternfly_yew::components::tabs::TabProperties
source · 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§fn eq(&self, other: &TabProperties<T>) -> bool
fn eq(&self, other: &TabProperties<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<T> Properties for TabProperties<T>
impl<T> Properties for TabProperties<T>
impl<T> StructuralPartialEq for TabProperties<T>
Auto Trait Implementations§
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§
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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.