pub struct YieldItem {
pub field: Option<String>,
pub alias: Variable,
pub span: Span,
}Fields§
§field: Option<String>§alias: Variable§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for YieldItem
impl RefUnwindSafe for YieldItem
impl Send for YieldItem
impl Sync for YieldItem
impl Unpin for YieldItem
impl UnsafeUnpin for YieldItem
impl UnwindSafe for YieldItem
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