pub struct ModSetting {
pub value: LuaAny,
}Fields§
§value: LuaAnyTrait Implementations§
Source§impl Clone for ModSetting
impl Clone for ModSetting
Source§fn clone(&self) -> ModSetting
fn clone(&self) -> ModSetting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ModSetting
Source§impl Debug for ModSetting
impl Debug for ModSetting
Source§impl Default for ModSetting
impl Default for ModSetting
Source§fn default() -> ModSetting
fn default() -> ModSetting
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModSetting
impl PartialEq for ModSetting
impl StructuralPartialEq for ModSetting
Auto Trait Implementations§
impl Freeze for ModSetting
impl RefUnwindSafe for ModSetting
impl Send for ModSetting
impl Sync for ModSetting
impl Unpin for ModSetting
impl UnsafeUnpin for ModSetting
impl UnwindSafe for ModSetting
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