pub struct LuacView { /* private fields */ }Implementations§
Source§impl LuacView
impl LuacView
pub fn to_program(self) -> GaiaDiagnostics<LuaProgram>
Trait Implementations§
impl Copy for LuacView
Auto Trait Implementations§
impl Freeze for LuacView
impl RefUnwindSafe for LuacView
impl Send for LuacView
impl Sync for LuacView
impl Unpin for LuacView
impl UnwindSafe for LuacView
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