Skip to main content

IGiftDialogItemYesMethods

Trait IGiftDialogItemYesMethods 

Source
pub trait IGiftDialogItemYesMethods: IGiftDialogItemYes {
    // Provided methods
    fn ctor(
        self,
        item: impl Into<ItemData>,
        unit: impl Into<Unit>,
        value: impl Into<i32>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, item: impl Into<ItemData>, unit: impl Into<Unit>, value: impl Into<i32>, )

.ctor(crate::app::itemdata::ItemData, crate::app::unit::Unit, i32) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() 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: IGiftDialogItemYes> IGiftDialogItemYesMethods for __T

Available on crate feature app-giftdialogitemyes only.