Struct move_model::model::ExpInfo
source · [−]pub struct ExpInfo { /* private fields */ }
Expand description
Expression Environment
Represents context for an expression.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExpInfo
impl Send for ExpInfo
impl Sync for ExpInfo
impl Unpin for ExpInfo
impl UnwindSafe for ExpInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more