pub struct LuaProgram {
pub block: Block,
}Fields§
§block: BlockTrait Implementations§
Auto Trait Implementations§
impl Freeze for LuaProgram
impl RefUnwindSafe for LuaProgram
impl Send for LuaProgram
impl Sync for LuaProgram
impl Unpin for LuaProgram
impl UnsafeUnpin for LuaProgram
impl UnwindSafe for LuaProgram
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