Struct air_parser::ast::Next
source · pub struct Next<'i> {
pub iterator: Scalar<'i>,
}
Expand description
(fold stream_iterable iterator instruction)
Fields§
§iterator: Scalar<'i>
Implementations§
Trait Implementations§
source§impl<'i> PartialEq for Next<'i>
impl<'i> PartialEq for Next<'i>
source§impl PeerIDErrorLogable for Next<'_>
impl PeerIDErrorLogable for Next<'_>
fn log_errors_with_peer_id(&self) -> bool
impl<'i> Eq for Next<'i>
impl<'i> StructuralPartialEq for Next<'i>
Auto Trait Implementations§
impl<'i> Freeze for Next<'i>
impl<'i> RefUnwindSafe for Next<'i>
impl<'i> Send for Next<'i>
impl<'i> Sync for Next<'i>
impl<'i> Unpin for Next<'i>
impl<'i> UnwindSafe for Next<'i>
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