pub struct StateModel<C, M>{ /* private fields */ }Expand description
A super::TableModel based on a TableDataModel plus additional state.
Implementations§
Source§impl<C, M> StateModel<C, M>
impl<C, M> StateModel<C, M>
Trait Implementations§
Source§impl<C, M> PartialEq for StateModel<C, M>
impl<C, M> PartialEq for StateModel<C, M>
Source§impl<C, M> TableModel<C> for StateModel<C, M>
impl<C, M> TableModel<C> for StateModel<C, M>
type Iterator<'i> = StateModelIter<'i, <StateModel<C, M> as TableModel<C>>::Key, <StateModel<C, M> as TableModel<C>>::Item, C>
type Item = <M as TableDataModel<C>>::Item
type Key = <M as TableDataModel<C>>::Key
Auto Trait Implementations§
impl<C, M> Freeze for StateModel<C, M>where
M: Freeze,
impl<C, M> !RefUnwindSafe for StateModel<C, M>
impl<C, M> !Send for StateModel<C, M>
impl<C, M> !Sync for StateModel<C, M>
impl<C, M> Unpin for StateModel<C, M>
impl<C, M> !UnwindSafe for StateModel<C, M>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.