Struct rustc_utils::test_utils::PlaceBuilder
source · pub struct PlaceBuilder<'a, 'tcx> { /* private fields */ }
Available on crate feature
test
only.Implementations§
Trait Implementations§
source§impl<'a, 'tcx> Clone for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> Clone for PlaceBuilder<'a, 'tcx>
source§fn clone(&self) -> PlaceBuilder<'a, 'tcx>
fn clone(&self) -> PlaceBuilder<'a, 'tcx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'a, 'tcx> Copy for PlaceBuilder<'a, 'tcx>
Auto Trait Implementations§
impl<'a, 'tcx> Freeze for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> !RefUnwindSafe for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> !Send for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> !Sync for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> Unpin for PlaceBuilder<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for PlaceBuilder<'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