pub struct UPGUnit {
pub caller: FnInfo,
pub callees: HashSet<FnInfo>,
pub raw_ptrs: HashSet<Local>,
pub static_muts: HashSet<DefId>,
pub caller_cons: HashSet<FnInfo>,
pub mut_methods: Vec<DefId>,
}Fields§
§caller: FnInfo§callees: HashSet<FnInfo>§raw_ptrs: HashSet<Local>§static_muts: HashSet<DefId>§caller_cons: HashSet<FnInfo>§mut_methods: Vec<DefId>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UPGUnit
impl RefUnwindSafe for UPGUnit
impl Send for UPGUnit
impl Sync for UPGUnit
impl Unpin for UPGUnit
impl UnwindSafe for UPGUnit
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