Struct nanvm_lib::parser::ParseResult
source · pub struct ParseResult<M: Manager> {
pub data_type: DataType,
pub any: Any<M::Dealloc>,
}
Fields§
§data_type: DataType
§any: Any<M::Dealloc>
Trait Implementations§
Auto Trait Implementations§
impl<M> RefUnwindSafe for ParseResult<M>
impl<M> Send for ParseResult<M>
impl<M> Sync for ParseResult<M>
impl<M> Unpin for ParseResult<M>
impl<M> UnwindSafe for ParseResult<M>
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