pub struct PathConstraintWrapper<'tcx>(pub PathConstraint<'tcx>);
Tuple Fields§
§0: PathConstraint<'tcx>
Trait Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for PathConstraintWrapper<'tcx>
impl<'tcx> !RefUnwindSafe for PathConstraintWrapper<'tcx>
impl<'tcx> Send for PathConstraintWrapper<'tcx>
impl<'tcx> Sync for PathConstraintWrapper<'tcx>
impl<'tcx> Unpin for PathConstraintWrapper<'tcx>
impl<'tcx> !UnwindSafe for PathConstraintWrapper<'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