pub struct Instance<'env> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'env> Freeze for Instance<'env>
impl<'env> RefUnwindSafe for Instance<'env>
impl<'env> !Send for Instance<'env>
impl<'env> !Sync for Instance<'env>
impl<'env> Unpin for Instance<'env>
impl<'env> UnwindSafe for Instance<'env>
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