Struct clippy_utils::usage::MutVarsDelegate
source · struct MutVarsDelegate {
used_mutably: HirIdSet,
skip: bool,
}
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).source§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).source§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
.source§fn 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).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§
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
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