Struct clippy_utils::usage::MutVarsDelegate
source · Fields§
§used_mutably: HirIdSet
§skip: bool
Implementations§
source§impl<'tcx> MutVarsDelegate
impl<'tcx> MutVarsDelegate
fn update(&mut self, cat: &PlaceWithHirId<'tcx>)
Trait Implementations§
source§impl<'tcx> Delegate<'tcx> for MutVarsDelegate
impl<'tcx> Delegate<'tcx> for MutVarsDelegate
source§fn 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 moresource§fn 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 moresource§fn 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 moresource§fn 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
.Auto Trait Implementations§
impl RefUnwindSafe for MutVarsDelegate
impl Send for MutVarsDelegate
impl Sync for MutVarsDelegate
impl Unpin for MutVarsDelegate
impl UnwindSafe for MutVarsDelegate
Blanket Implementations§
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