pub struct AutoplaceSettings {
pub settings: LuaAny,
pub treat_missing_as_default: bool,
}Fields§
§settings: LuaAny§treat_missing_as_default: boolTrait Implementations§
Source§impl Clone for AutoplaceSettings
impl Clone for AutoplaceSettings
Source§fn clone(&self) -> AutoplaceSettings
fn clone(&self) -> AutoplaceSettings
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 AutoplaceSettings
Source§impl Debug for AutoplaceSettings
impl Debug for AutoplaceSettings
Source§impl Default for AutoplaceSettings
impl Default for AutoplaceSettings
Source§fn default() -> AutoplaceSettings
fn default() -> AutoplaceSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for AutoplaceSettings
impl PartialEq for AutoplaceSettings
impl StructuralPartialEq for AutoplaceSettings
Auto Trait Implementations§
impl Freeze for AutoplaceSettings
impl RefUnwindSafe for AutoplaceSettings
impl Send for AutoplaceSettings
impl Sync for AutoplaceSettings
impl Unpin for AutoplaceSettings
impl UnsafeUnpin for AutoplaceSettings
impl UnwindSafe for AutoplaceSettings
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