pub trait IGodWeaponRefineResultMethods: IGodWeaponRefineResult {
// Provided methods
fn ctor(self) { ... }
fn clear(self) { ... }
fn copy_from(self, from: impl Into<GodWeaponRefineResult>) { ... }
}Provided Methods§
Sourcefn copy_from(self, from: impl Into<GodWeaponRefineResult>)
fn copy_from(self, from: impl Into<GodWeaponRefineResult>)
CopyFrom(crate::app::godweaponrefineresult::GodWeaponRefineResult) 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: IGodWeaponRefineResult> IGodWeaponRefineResultMethods for __T
Available on crate feature
app-godweaponrefineresult only.