pub struct GetNext;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetNext
impl RefUnwindSafe for GetNext
impl Send for GetNext
impl Sync for GetNext
impl Unpin for GetNext
impl UnwindSafe for GetNext
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