Struct rustc_utils::test_utils::Placer
source · pub struct Placer<'a, 'tcx> { /* private fields */ }
Available on crate feature
test
only.Implementations§
Auto Trait Implementations§
impl<'a, 'tcx> Freeze for Placer<'a, 'tcx>
impl<'a, 'tcx> !RefUnwindSafe for Placer<'a, 'tcx>
impl<'a, 'tcx> !Send for Placer<'a, 'tcx>
impl<'a, 'tcx> !Sync for Placer<'a, 'tcx>
impl<'a, 'tcx> Unpin for Placer<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for Placer<'a, 'tcx>
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