Struct gluon_completion::TypeAt 
source · pub struct TypeAt<'a> {
    pub env: &'a dyn TypeEnv<Type = ArcType>,
}Fields§
§env: &'a dyn TypeEnv<Type = ArcType>Trait Implementations§
impl<'a> Copy for TypeAt<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TypeAt<'a>
impl<'a> !Send for TypeAt<'a>
impl<'a> !Sync for TypeAt<'a>
impl<'a> Unpin for TypeAt<'a>
impl<'a> !UnwindSafe for TypeAt<'a>
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