Struct clippy_utils::usage::MutVarsDelegate
source · Fields
used_mutably: HirIdSet
skip: bool
Implementations
sourceimpl<'tcx> MutVarsDelegate
impl<'tcx> MutVarsDelegate
fn update(&mut self, cat: &PlaceWithHirId<'tcx>)
Trait Implementations
sourceimpl<'tcx> Delegate<'tcx> for MutVarsDelegate
impl<'tcx> Delegate<'tcx> for MutVarsDelegate
sourcefn consume(&mut self, _: &PlaceWithHirId<'tcx>, _: HirId)
fn consume(&mut self, _: &PlaceWithHirId<'tcx>, _: HirId)
The value found at
place
is moved, depending
on mode
. Where diag_expr_id
is the id used for diagnostics for place
. Read moresourcefn borrow(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId, bk: BorrowKind)
fn borrow(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId, bk: BorrowKind)
The value found at
place
is being borrowed with kind bk
.
diag_expr_id
is the id used for diagnostics (see consume
for more details). Read moresourcefn mutate(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId)
fn mutate(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId)
The path at
assignee_place
is being assigned to.
diag_expr_id
is the id used for diagnostics (see consume
for more details). Read moresourcefn fake_read(&mut self, _: &PlaceWithHirId<'tcx>, _: FakeReadCause, _: HirId)
fn fake_read(&mut self, _: &PlaceWithHirId<'tcx>, _: FakeReadCause, _: HirId)
The
place
should be a fake read because of specified cause
.sourcefn copy(&mut self, place_with_id: &PlaceWithHirId<'tcx>, diag_expr_id: HirId)
fn copy(&mut self, place_with_id: &PlaceWithHirId<'tcx>, diag_expr_id: HirId)
The value found at
place
is being copied.
diag_expr_id
is the id used for diagnostics (see consume
for more details). Read moresourcefn bind(&mut self, binding_place: &PlaceWithHirId<'tcx>, diag_expr_id: HirId)
fn bind(&mut self, binding_place: &PlaceWithHirId<'tcx>, diag_expr_id: HirId)
The path at
binding_place
is a binding that is being initialized. Read moreAuto Trait Implementations
impl RefUnwindSafe for MutVarsDelegate
impl Send for MutVarsDelegate
impl Sync for MutVarsDelegate
impl Unpin for MutVarsDelegate
impl UnwindSafe for MutVarsDelegate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes