pub struct Change<S, E> { /* private fields */ }
Expand description
The action, that will be done after handling an event by a layer.
Implementations§
Auto Trait Implementations§
impl<S, E> Freeze for Change<S, E>
impl<S, E> !RefUnwindSafe for Change<S, E>
impl<S, E> !Send for Change<S, E>
impl<S, E> !Sync for Change<S, E>
impl<S, E> Unpin for Change<S, E>
impl<S, E> !UnwindSafe for Change<S, E>
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