pub struct LuauParam {
pub name: String,
pub typ: LuauType,
}Fields§
§name: String§typ: LuauTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for LuauParam
impl RefUnwindSafe for LuauParam
impl Send for LuauParam
impl Sync for LuauParam
impl Unpin for LuauParam
impl UnwindSafe for LuauParam
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