pub trait IGodWeaponRefineLevelsMethods: IGodWeaponRefineLevels {
// Provided methods
fn ctor(self) { ... }
fn clear(self) { ... }
fn copy_from(self, from: impl Into<GodWeaponRefineLevels>) { ... }
}Provided Methods§
Sourcefn copy_from(self, from: impl Into<GodWeaponRefineLevels>)
fn copy_from(self, from: impl Into<GodWeaponRefineLevels>)
CopyFrom(crate::app::godweaponrefinelevels::GodWeaponRefineLevels) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IGodWeaponRefineLevels> IGodWeaponRefineLevelsMethods for __T
Available on crate feature
app-godweaponrefinelevels only.