Struct patternfly_yew::PageTabsProperties
source · Fields§
§limit_width: bool§children: ChildrenTrait Implementations§
source§impl Clone for PageTabsProperties
impl Clone for PageTabsProperties
source§fn clone(&self) -> PageTabsProperties
fn clone(&self) -> PageTabsProperties
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 Debug for PageTabsProperties
impl Debug for PageTabsProperties
source§impl PartialEq<PageTabsProperties> for PageTabsProperties
impl PartialEq<PageTabsProperties> for PageTabsProperties
source§fn eq(&self, other: &PageTabsProperties) -> bool
fn eq(&self, other: &PageTabsProperties) -> bool
source§impl Properties for PageTabsProperties
impl Properties for PageTabsProperties
impl StructuralPartialEq for PageTabsProperties
Auto Trait Implementations§
impl !RefUnwindSafe for PageTabsProperties
impl !Send for PageTabsProperties
impl !Sync for PageTabsProperties
impl Unpin for PageTabsProperties
impl !UnwindSafe for PageTabsProperties
Blanket Implementations§
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.