pub enum ElemItems {
RefFuncs(Vec<FuncIdx>),
Exprs(RefType, Vec<Span>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElemItems
impl RefUnwindSafe for ElemItems
impl Send for ElemItems
impl Sync for ElemItems
impl Unpin for ElemItems
impl UnwindSafe for ElemItems
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