pub struct NonFungibleTokenMetadataProviderExt { /* private fields */ }
Implementations§
Source§impl NonFungibleTokenMetadataProviderExt
impl NonFungibleTokenMetadataProviderExt
pub fn with_attached_deposit(self, amount: NearToken) -> Self
pub fn with_static_gas(self, static_gas: Gas) -> Self
pub fn with_unused_gas_weight(self, gas_weight: u64) -> Self
Source§impl NonFungibleTokenMetadataProviderExt
impl NonFungibleTokenMetadataProviderExt
pub fn nft_metadata(self) -> Promise
Auto Trait Implementations§
impl Freeze for NonFungibleTokenMetadataProviderExt
impl RefUnwindSafe for NonFungibleTokenMetadataProviderExt
impl Send for NonFungibleTokenMetadataProviderExt
impl Sync for NonFungibleTokenMetadataProviderExt
impl Unpin for NonFungibleTokenMetadataProviderExt
impl UnwindSafe for NonFungibleTokenMetadataProviderExt
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