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