pub struct TableRowProps<IdSource> {
pub id_source: IdSource,
pub selected: bool,
pub hoverable: bool,
}Fields§
§id_source: IdSource§selected: bool§hoverable: boolImplementations§
Trait Implementations§
Source§impl<IdSource: Clone> Clone for TableRowProps<IdSource>
impl<IdSource: Clone> Clone for TableRowProps<IdSource>
Source§fn clone(&self) -> TableRowProps<IdSource>
fn clone(&self) -> TableRowProps<IdSource>
Returns a duplicate 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<IdSource: Debug> Debug for TableRowProps<IdSource>
impl<IdSource: Debug> Debug for TableRowProps<IdSource>
impl<IdSource: Copy> Copy for TableRowProps<IdSource>
Auto Trait Implementations§
impl<IdSource> Freeze for TableRowProps<IdSource>where
IdSource: Freeze,
impl<IdSource> RefUnwindSafe for TableRowProps<IdSource>where
IdSource: RefUnwindSafe,
impl<IdSource> Send for TableRowProps<IdSource>where
IdSource: Send,
impl<IdSource> Sync for TableRowProps<IdSource>where
IdSource: Sync,
impl<IdSource> Unpin for TableRowProps<IdSource>where
IdSource: Unpin,
impl<IdSource> UnsafeUnpin for TableRowProps<IdSource>where
IdSource: UnsafeUnpin,
impl<IdSource> UnwindSafe for TableRowProps<IdSource>where
IdSource: UnwindSafe,
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