pub struct WasiCtx<'a> {
pub guest_errors: RefCell<Vec<GuestError>>,
/* private fields */
}Fields§
§guest_errors: RefCell<Vec<GuestError>>Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for WasiCtx<'a>
impl<'a> !RefUnwindSafe for WasiCtx<'a>
impl<'a> Send for WasiCtx<'a>
impl<'a> !Sync for WasiCtx<'a>
impl<'a> Unpin for WasiCtx<'a>
impl<'a> UnwindSafe for WasiCtx<'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