pub struct TypeEnvironment { /* private fields */ }Expand description
类型环境
Implementations§
Auto Trait Implementations§
impl Freeze for TypeEnvironment
impl RefUnwindSafe for TypeEnvironment
impl Send for TypeEnvironment
impl Sync for TypeEnvironment
impl Unpin for TypeEnvironment
impl UnsafeUnpin for TypeEnvironment
impl UnwindSafe for TypeEnvironment
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