pub struct InferredBinding {
pub scope: *mut Scope,
pub location: Location,
pub types: TypeIds,
}Fields§
§scope: *mut Scope§location: Location§types: TypeIdsTrait Implementations§
Source§impl Debug for InferredBinding
impl Debug for InferredBinding
Source§impl DenseDefault for InferredBinding
impl DenseDefault for InferredBinding
fn dense_default() -> Self
Auto Trait Implementations§
impl !Send for InferredBinding
impl !Sync for InferredBinding
impl Freeze for InferredBinding
impl RefUnwindSafe for InferredBinding
impl Unpin for InferredBinding
impl UnsafeUnpin for InferredBinding
impl UnwindSafe for InferredBinding
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