Struct odra_modules::cep78::settings::Cep78OperatorBurnMode
source · pub struct Cep78OperatorBurnMode { /* private fields */ }Implementations§
Trait Implementations§
source§impl HasEvents for Cep78OperatorBurnMode
impl HasEvents for Cep78OperatorBurnMode
source§impl HasIdent for Cep78OperatorBurnMode
impl HasIdent for Cep78OperatorBurnMode
source§impl Module for Cep78OperatorBurnMode
impl Module for Cep78OperatorBurnMode
source§fn new(env: Rc<ContractEnv>) -> Self
fn new(env: Rc<ContractEnv>) -> Self
Creates a new instance of the module with the given contract environment.
source§fn env(&self) -> Rc<ContractEnv>
fn env(&self) -> Rc<ContractEnv>
Returns the contract environment associated with the module.
source§impl SchemaErrors for Cep78OperatorBurnMode
impl SchemaErrors for Cep78OperatorBurnMode
source§impl SchemaEvents for Cep78OperatorBurnMode
impl SchemaEvents for Cep78OperatorBurnMode
source§fn custom_types() -> Vec<Option<CustomType>>
fn custom_types() -> Vec<Option<CustomType>>
Returns a vector of CustomTypes. Read more
Auto Trait Implementations§
impl Freeze for Cep78OperatorBurnMode
impl !RefUnwindSafe for Cep78OperatorBurnMode
impl !Send for Cep78OperatorBurnMode
impl !Sync for Cep78OperatorBurnMode
impl Unpin for Cep78OperatorBurnMode
impl !UnwindSafe for Cep78OperatorBurnMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more