pub struct PreventComplexSimplification;
Trait Implementations
sourceimpl VisitMut<RIdent> for PreventComplexSimplification
impl VisitMut<RIdent> for PreventComplexSimplification
Prevent interop with hygiene.
Auto Trait Implementations
impl RefUnwindSafe for PreventComplexSimplification
impl Send for PreventComplexSimplification
impl Sync for PreventComplexSimplification
impl Unpin for PreventComplexSimplification
impl UnwindSafe for PreventComplexSimplification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more