pub trait IMyRoomRelianceSubSelect_AmiiboBenefitSequenceMethods: IMyRoomRelianceSubSelect_AmiiboBenefitSequence {
// Provided methods
fn ctor(self, god_unit: impl Into<GodUnit>) { ... }
fn accessory(self) { ... }
fn music(self) { ... }
fn piece_of_bond(self) { ... }
fn message(
self,
god_unit: impl Into<GodUnit>,
sprite_name: impl Into<Il2CppString>,
item_name: impl Into<Il2CppString>,
) { ... }
}Provided Methods§
Sourcefn piece_of_bond(self)
fn piece_of_bond(self)
PieceOfBond() overload
Sourcefn message(
self,
god_unit: impl Into<GodUnit>,
sprite_name: impl Into<Il2CppString>,
item_name: impl Into<Il2CppString>,
)
fn message( self, god_unit: impl Into<GodUnit>, sprite_name: impl Into<Il2CppString>, item_name: impl Into<Il2CppString>, )
Message(crate::app::godunit::GodUnit, ::unity::Il2CppString, ::unity::Il2CppString) 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: IMyRoomRelianceSubSelect_AmiiboBenefitSequence> IMyRoomRelianceSubSelect_AmiiboBenefitSequenceMethods for __T
Available on crate feature
app-myroomreliancesubselect only.