pub struct RdTmp<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_4> for RdTmp<'_>
impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_4> for RdTmp<'_>
impl<'a> Copy for RdTmp<'a>
Auto Trait Implementations§
impl<'a> Freeze for RdTmp<'a>
impl<'a> RefUnwindSafe for RdTmp<'a>
impl<'a> !Send for RdTmp<'a>
impl<'a> !Sync for RdTmp<'a>
impl<'a> Unpin for RdTmp<'a>
impl<'a> UnwindSafe for RdTmp<'a>
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