pub struct Luau;
Implementations§
Auto Trait Implementations§
impl Freeze for Luau
impl RefUnwindSafe for Luau
impl Send for Luau
impl Sync for Luau
impl Unpin for Luau
impl UnwindSafe for Luau
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