pub struct StateDataFiltered<'sd> { /* private fields */ }
Expand description
Wrapper to a StateData
that provides a filtered view of the data contained
Implementations§
Source§impl<'sd> StateDataFiltered<'sd>
impl<'sd> StateDataFiltered<'sd>
Auto Trait Implementations§
impl<'sd> Freeze for StateDataFiltered<'sd>
impl<'sd> !RefUnwindSafe for StateDataFiltered<'sd>
impl<'sd> Send for StateDataFiltered<'sd>
impl<'sd> Sync for StateDataFiltered<'sd>
impl<'sd> Unpin for StateDataFiltered<'sd>
impl<'sd> !UnwindSafe for StateDataFiltered<'sd>
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