pub struct SettingTable {
pub startup: LuaAny,
pub global: LuaAny,
pub player_default: LuaAny,
}Fields§
§startup: LuaAny§global: LuaAny§player_default: LuaAnyAuto Trait Implementations§
impl Freeze for SettingTable
impl RefUnwindSafe for SettingTable
impl Send for SettingTable
impl Sync for SettingTable
impl Unpin for SettingTable
impl UnsafeUnpin for SettingTable
impl UnwindSafe for SettingTable
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