pub struct Expect;Expand description
The pass.
Trait Implementations§
Source§impl Pass for Expect
impl Pass for Expect
Source§fn preserves(&self) -> Preserved
fn preserves(&self) -> Preserved
Which analyses still answer the same questions about the function this pass has finished
with as they did about the one it was handed. Read more
Auto Trait Implementations§
impl Freeze for Expect
impl RefUnwindSafe for Expect
impl Send for Expect
impl Sync for Expect
impl Unpin for Expect
impl UnsafeUnpin for Expect
impl UnwindSafe for Expect
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