pub struct DesugarResult {
pub ast: Vec<Expression>,
pub errors: Vec<ParseError>,
}Fields§
§ast: Vec<Expression>§errors: Vec<ParseError>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DesugarResult
impl RefUnwindSafe for DesugarResult
impl Send for DesugarResult
impl Sync for DesugarResult
impl Unpin for DesugarResult
impl UnsafeUnpin for DesugarResult
impl UnwindSafe for DesugarResult
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