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