Module object

Module object 

Source

Traits§

Object
The object of a data type. Data type is derived from the object’s class. Methods specified here are for use in nodes mostly.
ObjectEq
Stainless Script Object version of Eq
ObjectFromStr
Types that implement FromStr should use their FromStr implementation. Other types should use ron (https://github.com/ron-rs/ron)
ObjectOrd
Stainless Script Object version of Ord
ObjectPartialEq
Stainless Script Object version of PartialEq
ObjectPartialOrd
Stainless Script Object version of PartialOrd