pub struct TransferFilterContractContractRef { /* private fields */ }Expand description
[TransferFilterContract] Contract Ref.
Implementations§
source§impl TransferFilterContractContractRef
impl TransferFilterContractContractRef
pub fn can_transfer( &self, source_key: Address, target_key: Address, token_id: TokenIdentifier, ) -> TransferFilterContractResult
Trait Implementations§
source§impl SchemaEvents for TransferFilterContractContractRef
impl SchemaEvents for TransferFilterContractContractRef
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 TransferFilterContractContractRef
impl !RefUnwindSafe for TransferFilterContractContractRef
impl !Send for TransferFilterContractContractRef
impl !Sync for TransferFilterContractContractRef
impl Unpin for TransferFilterContractContractRef
impl !UnwindSafe for TransferFilterContractContractRef
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