pub struct LuauType {
pub type_name: String,
pub is_mut: bool,
pub is_ref: bool,
}Fields§
§type_name: String§is_mut: bool§is_ref: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for LuauType
impl RefUnwindSafe for LuauType
impl Send for LuauType
impl Sync for LuauType
impl Unpin for LuauType
impl UnwindSafe for LuauType
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