pub struct ZIO { /* private fields */ }Expand description
Placeholder for ZIO from lua_vm::zio.
TODO(port): replace with use lua_vm::zio::ZIO in Phase B.
types.tsv: Zio → ZIO
Implementations§
Auto Trait Implementations§
impl Freeze for ZIO
impl !RefUnwindSafe for ZIO
impl !Send for ZIO
impl !Sync for ZIO
impl Unpin for ZIO
impl UnsafeUnpin for ZIO
impl !UnwindSafe for ZIO
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