Struct freya::prelude::TableProps
pub struct TableProps<'a> { /* private fields */ }
Expand description
Table
component properties.
Implementations§
Trait Implementations§
§impl<'a> Properties for TableProps<'a>
impl<'a> Properties for TableProps<'a>
§type Builder = TablePropsBuilder<'a, ((), (), ())>
type Builder = TablePropsBuilder<'a, ((), (), ())>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
§fn builder() -> <TableProps<'a> as Properties>::Builder
fn builder() -> <TableProps<'a> as Properties>::Builder
Create a builder for this component.
§unsafe fn memoize(&self, other: &TableProps<'a>) -> bool
unsafe fn memoize(&self, other: &TableProps<'a>) -> bool
Memoization can only happen if the props are valid for the ’static lifetime Read more
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TableProps<'a>
impl<'a> !Send for TableProps<'a>
impl<'a> !Sync for TableProps<'a>
impl<'a> Unpin for TableProps<'a>
impl<'a> !UnwindSafe for TableProps<'a>
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