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