pub trait ISortieRelianceManagerMethods: ISortieRelianceManager {
// Provided methods
fn ctor(self) { ... }
fn reset(self) { ... }
fn get_partner_unit(self) -> Unit { ... }
fn set_partner_unit(self, value: impl Into<Unit>) { ... }
}Provided Methods§
Sourcefn get_partner_unit(self) -> Unit
fn get_partner_unit(self) -> Unit
get_PartnerUnit() overload
Sourcefn set_partner_unit(self, value: impl Into<Unit>)
fn set_partner_unit(self, value: impl Into<Unit>)
set_PartnerUnit(crate::app::unit::Unit) 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: ISortieRelianceManager> ISortieRelianceManagerMethods for __T
Available on crate feature
app-sortiereliancemanager only.