pub trait IIPropertyTableAssigner_InterfaceMethods: IIPropertyTableAssigner_Interface {
// Provided method
fn assign_object_unchecked(
self,
o: impl Into<Object>,
data: impl Into<Table>,
) { ... }
}Provided Methods§
Sourcefn assign_object_unchecked(self, o: impl Into<Object>, data: impl Into<Table>)
fn assign_object_unchecked(self, o: impl Into<Object>, data: impl Into<Table>)
AssignObjectUnchecked(crate::system::object::Object, crate::moon_sharp::interpreter::table::Table) 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: IIPropertyTableAssigner_Interface> IIPropertyTableAssigner_InterfaceMethods for __T
Available on crate feature
moon_sharp-interpreter-interop-ipropertytableassigner_interface only.