Struct move_model::model::NamedConstantEnv
source · [−]pub struct NamedConstantEnv<'env> {
pub module_env: ModuleEnv<'env>,
/* private fields */
}
Fields
module_env: ModuleEnv<'env>
Reference to enclosing module.
Implementations
sourceimpl<'env> NamedConstantEnv<'env>
impl<'env> NamedConstantEnv<'env>
sourcepub fn get_id(&self) -> NamedConstantId
pub fn get_id(&self) -> NamedConstantId
Returns the id of this constant
Trait Implementations
Auto Trait Implementations
impl<'env> !RefUnwindSafe for NamedConstantEnv<'env>
impl<'env> !Send for NamedConstantEnv<'env>
impl<'env> !Sync for NamedConstantEnv<'env>
impl<'env> Unpin for NamedConstantEnv<'env>
impl<'env> !UnwindSafe for NamedConstantEnv<'env>
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