Struct flowistry_pdg::rustc::mir::Promoted
source · pub struct Promoted {
private: u32,
}
Fields§
§private: u32
Auto Trait Implementations§
impl RefUnwindSafe for Promoted
impl Send for Promoted
impl Sync for Promoted
impl Unpin for Promoted
impl UnwindSafe for Promoted
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