pub struct DsIter { /* private fields */ }Implementations§
Source§impl DsIter
impl DsIter
pub fn get_iterable(&self) -> &Expr
pub fn get_variable(&self) -> &Ident
Trait Implementations§
Source§impl DsNodeIsMe for DsIter
impl DsNodeIsMe for DsIter
fn is_me(input: ParseStream<'_>) -> bool
Auto Trait Implementations§
impl Freeze for DsIter
impl RefUnwindSafe for DsIter
impl !Send for DsIter
impl !Sync for DsIter
impl Unpin for DsIter
impl UnsafeUnpin for DsIter
impl UnwindSafe for DsIter
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