Struct odra_modules::cep78::token::Cep78TransferFilterContract
source · pub struct Cep78TransferFilterContract { /* private fields */ }Implementations§
Trait Implementations§
source§impl Module for Cep78TransferFilterContract
impl Module for Cep78TransferFilterContract
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 SchemaEvents for Cep78TransferFilterContract
impl SchemaEvents for Cep78TransferFilterContract
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 Cep78TransferFilterContract
impl !RefUnwindSafe for Cep78TransferFilterContract
impl !Send for Cep78TransferFilterContract
impl !Sync for Cep78TransferFilterContract
impl Unpin for Cep78TransferFilterContract
impl !UnwindSafe for Cep78TransferFilterContract
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