Skip to main content

IIPropertyTableAssigner_InterfaceMethods

Trait IIPropertyTableAssigner_InterfaceMethods 

Source
pub trait IIPropertyTableAssigner_InterfaceMethods: IIPropertyTableAssigner_Interface {
    // Provided method
    fn assign_object_unchecked(
        self,
        o: impl Into<Object>,
        data: impl Into<Table>,
    ) { ... }
}

Provided Methods§

Source

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§

Source§

impl<__T: IIPropertyTableAssigner_Interface> IIPropertyTableAssigner_InterfaceMethods for __T

Available on crate feature moon_sharp-interpreter-interop-ipropertytableassigner_interface only.