Struct wagon_utils::UnexpectedEnd
source · pub struct UnexpectedEnd;
Expand description
Error struct to represent we’ve reached the end of an iterator. Used for ResultNext
.
Auto Trait Implementations§
impl Freeze for UnexpectedEnd
impl RefUnwindSafe for UnexpectedEnd
impl Send for UnexpectedEnd
impl Sync for UnexpectedEnd
impl Unpin for UnexpectedEnd
impl UnwindSafe for UnexpectedEnd
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