Struct patternfly_yew::TableHeaderProps
source · pub struct TableHeaderProps {
pub sticky: bool,
pub children: ChildrenWithProps<TableColumn>,
pub hide_actions: bool,
/* private fields */
}Fields§
§sticky: bool§children: ChildrenWithProps<TableColumn>§hide_actions: boolTrait Implementations§
source§impl Clone for TableHeaderProps
impl Clone for TableHeaderProps
source§fn clone(&self) -> TableHeaderProps
fn clone(&self) -> TableHeaderProps
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 TableHeaderProps
impl Debug for TableHeaderProps
source§impl PartialEq<TableHeaderProps> for TableHeaderProps
impl PartialEq<TableHeaderProps> for TableHeaderProps
source§fn eq(&self, other: &TableHeaderProps) -> bool
fn eq(&self, other: &TableHeaderProps) -> bool
source§impl Properties for TableHeaderProps
impl Properties for TableHeaderProps
impl StructuralPartialEq for TableHeaderProps
Auto Trait Implementations§
impl !RefUnwindSafe for TableHeaderProps
impl !Send for TableHeaderProps
impl !Sync for TableHeaderProps
impl Unpin for TableHeaderProps
impl !UnwindSafe for TableHeaderProps
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.