pub struct InferredBinding {
pub scope: *mut Scope,
pub location: Location,
pub types: TypeIds,
}Fields§
§scope: *mut Scope§location: Location§types: TypeIdsTrait Implementations§
Source§impl Clone for InferredBinding
impl Clone for InferredBinding
Source§fn clone(&self) -> InferredBinding
fn clone(&self) -> InferredBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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