pub struct Next<State = ()> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<State> Freeze for Next<State>
impl<State = ()> !RefUnwindSafe for Next<State>
impl<State> Send for Next<State>
impl<State> Sync for Next<State>
impl<State> Unpin for Next<State>
impl<State = ()> !UnwindSafe for Next<State>
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