pub struct ITypeInst<Rd, Rs1>{ /* private fields */ }Implementations§
Trait Implementations§
impl<Rd, Rs1> Copy for ITypeInst<Rd, Rs1>
Auto Trait Implementations§
impl<Rd, Rs1> Freeze for ITypeInst<Rd, Rs1>
impl<Rd, Rs1> RefUnwindSafe for ITypeInst<Rd, Rs1>where
Rd: RefUnwindSafe,
Rs1: RefUnwindSafe,
impl<Rd, Rs1> Send for ITypeInst<Rd, Rs1>
impl<Rd, Rs1> Sync for ITypeInst<Rd, Rs1>
impl<Rd, Rs1> Unpin for ITypeInst<Rd, Rs1>
impl<Rd, Rs1> UnwindSafe for ITypeInst<Rd, Rs1>where
Rd: UnwindSafe,
Rs1: UnwindSafe,
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