pub struct MockCep78TransferFilterContractRef { /* private fields */ }Expand description
MockCep78TransferFilter Contract Ref.
Implementations§
Source§impl MockCep78TransferFilterContractRef
impl MockCep78TransferFilterContractRef
pub fn set_return_value(&mut self, return_value: u8)
pub fn can_transfer(&self) -> u8
Trait Implementations§
Source§impl SchemaEvents for MockCep78TransferFilterContractRef
impl SchemaEvents for MockCep78TransferFilterContractRef
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 MockCep78TransferFilterContractRef
impl !RefUnwindSafe for MockCep78TransferFilterContractRef
impl !Send for MockCep78TransferFilterContractRef
impl !Sync for MockCep78TransferFilterContractRef
impl Unpin for MockCep78TransferFilterContractRef
impl !UnwindSafe for MockCep78TransferFilterContractRef
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