Skip to main content

IMapHistory_UnitMapBase_2_IDataMethods

Trait IMapHistory_UnitMapBase_2_IDataMethods 

Source
pub trait IMapHistory_UnitMapBase_2_IDataMethods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get_unit(self) -> Unit
       where Self: Sized + Into<IlInstance> { ... }
    fn set_unit(self, value: Unit)
       where Self: Sized + Into<IlInstance> { ... }
    fn is_used(self) -> bool
       where Self: Sized + Into<IlInstance> { ... }
    fn clear(self)
       where Self: Sized + Into<IlInstance> { ... }
}

Provided Methods§

Source

fn get_unit(self) -> Unit
where Self: Sized + Into<IlInstance>,

Source

fn set_unit(self, value: Unit)
where Self: Sized + Into<IlInstance>,

Source

fn is_used(self) -> bool
where Self: Sized + Into<IlInstance>,

Source

fn clear(self)
where Self: Sized + Into<IlInstance>,

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§