pub struct ParseResult<D: Dealloc> {
pub data_type: DataType,
pub any: Any<D>,
}
Fields§
§data_type: DataType
§any: Any<D>
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for ParseResult<D>
impl<D> RefUnwindSafe for ParseResult<D>where
D: RefUnwindSafe,
impl<D> Send for ParseResult<D>where
D: Send,
impl<D> Sync for ParseResult<D>where
D: Sync,
impl<D> Unpin for ParseResult<D>where
D: Unpin,
impl<D> UnwindSafe for ParseResult<D>where
D: UnwindSafe,
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