pub struct RemoveDeadBasicBlocks;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveDeadBasicBlocks
impl RefUnwindSafe for RemoveDeadBasicBlocks
impl Send for RemoveDeadBasicBlocks
impl Sync for RemoveDeadBasicBlocks
impl Unpin for RemoveDeadBasicBlocks
impl UnwindSafe for RemoveDeadBasicBlocks
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