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