pub struct Nests;Expand description
The survey section 30.8 asks for.
Trait Implementations§
Source§impl Pass for Nests
impl Pass for Nests
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 Nests
impl RefUnwindSafe for Nests
impl Send for Nests
impl Sync for Nests
impl Unpin for Nests
impl UnsafeUnpin for Nests
impl UnwindSafe for Nests
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