pub struct TypeState {
pub local: LocalEnv,
pub external: ExternalEnv,
}
Fields§
§local: LocalEnv
§external: ExternalEnv
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeState
impl Send for TypeState
impl Sync for TypeState
impl Unpin for TypeState
impl UnwindSafe for TypeState
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