pub struct ReaderEx<S, T> { /* private fields */ }Expand description
Data structure to be exposed to do subscription by state change responders, with the ability to convert the state to another type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, T> !RefUnwindSafe for ReaderEx<S, T>
impl<S, T> !UnwindSafe for ReaderEx<S, T>
impl<S, T> Freeze for ReaderEx<S, T>
impl<S, T> Send for ReaderEx<S, T>
impl<S, T> Sync for ReaderEx<S, T>
impl<S, T> Unpin for ReaderEx<S, T>
impl<S, T> UnsafeUnpin for ReaderEx<S, T>
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