pub struct Prune;Expand description
The pass.
Trait Implementations§
impl Copy for Prune
impl Eq for Prune
Source§impl Pass for Prune
impl Pass for Prune
impl StructuralPartialEq for Prune
Auto Trait Implementations§
impl Freeze for Prune
impl RefUnwindSafe for Prune
impl Send for Prune
impl Sync for Prune
impl Unpin for Prune
impl UnsafeUnpin for Prune
impl UnwindSafe for Prune
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