pub struct StateEntry<S: Subscription> {
pub state: S::State,
pub entry: Entry<S>,
}Fields§
§state: S::State§entry: Entry<S>Auto Trait Implementations§
impl<S> Freeze for StateEntry<S>
impl<S> !RefUnwindSafe for StateEntry<S>
impl<S> Send for StateEntry<S>
impl<S> Sync for StateEntry<S>
impl<S> Unpin for StateEntry<S>
impl<S> UnsafeUnpin for StateEntry<S>
impl<S> !UnwindSafe for StateEntry<S>
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