Struct odra_modules::cep78::settings::Cep78EventsMode
source · pub struct Cep78EventsMode { /* private fields */ }Implementations§
source§impl Cep78EventsMode
impl Cep78EventsMode
pub fn set(&self, value: EventsMode)
pub fn get(&self) -> EventsMode
Trait Implementations§
source§impl HasEvents for Cep78EventsMode
impl HasEvents for Cep78EventsMode
source§impl Module for Cep78EventsMode
impl Module for Cep78EventsMode
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 Cep78EventsMode
impl SchemaErrors for Cep78EventsMode
source§impl SchemaEvents for Cep78EventsMode
impl SchemaEvents for Cep78EventsMode
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 Cep78EventsMode
impl !RefUnwindSafe for Cep78EventsMode
impl !Send for Cep78EventsMode
impl !Sync for Cep78EventsMode
impl Unpin for Cep78EventsMode
impl !UnwindSafe for Cep78EventsMode
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