pub struct Phi {
pub operands: Vec<DefId>,
}Fields§
§operands: Vec<DefId>Trait Implementations§
impl Eq for Phi
impl StructuralPartialEq for Phi
Auto Trait Implementations§
impl !Send for Phi
impl !Sync for Phi
impl Freeze for Phi
impl RefUnwindSafe for Phi
impl Unpin for Phi
impl UnsafeUnpin for Phi
impl UnwindSafe for Phi
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