Struct patternfly_yew::TabRouterItemProps
source · pub struct TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,{
pub label: String,
pub to: R,
/* private fields */
}Fields§
§label: StringThe tab label
to: RThe switch this item references to
Trait Implementations§
source§impl<R: Clone> Clone for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
impl<R: Clone> Clone for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
source§fn clone(&self) -> TabRouterItemProps<R>
fn clone(&self) -> TabRouterItemProps<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<R: PartialEq> PartialEq<TabRouterItemProps<R>> for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
impl<R: PartialEq> PartialEq<TabRouterItemProps<R>> for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
source§fn eq(&self, other: &TabRouterItemProps<R>) -> bool
fn eq(&self, other: &TabRouterItemProps<R>) -> bool
source§impl<R> Properties for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
impl<R> Properties for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
impl<R> StructuralPartialEq for TabRouterItemProps<R>where
R: Switch + PartialEq + Debug,
Auto Trait Implementations§
impl<R> !RefUnwindSafe for TabRouterItemProps<R>
impl<R> !Send for TabRouterItemProps<R>
impl<R> !Sync for TabRouterItemProps<R>
impl<R> Unpin for TabRouterItemProps<R>where
R: Unpin,
impl<R> !UnwindSafe for TabRouterItemProps<R>
Blanket Implementations§
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.