Struct geo_aid::script::parser::ImplicitIterator
source · pub struct ImplicitIterator {
pub exprs: Punctuated<SimpleExpression, Comma>,
}
Expand description
Punctuated expressions.
Fields§
§exprs: Punctuated<SimpleExpression, Comma>
Implementations§
source§impl ImplicitIterator
impl ImplicitIterator
pub fn get(&self, index: usize) -> Option<&SimpleExpression>
Trait Implementations§
source§impl Debug for ImplicitIterator
impl Debug for ImplicitIterator
source§impl From<&ImplicitIterator> for IterTree
impl From<&ImplicitIterator> for IterTree
source§fn from(value: &ImplicitIterator) -> Self
fn from(value: &ImplicitIterator) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ImplicitIterator
impl Send for ImplicitIterator
impl Sync for ImplicitIterator
impl Unpin for ImplicitIterator
impl UnwindSafe for ImplicitIterator
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
source§impl<T> Convert for T
impl<T> Convert for T
source§fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
fn convert<U>(self, context: &CompileContext) -> Expr<U>where
U: ConvertFrom<T>,
Errors Read more
source§fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
fn can_convert<U>(&self) -> boolwhere
U: ConvertFrom<T>,
Errors Read more