pub struct FungibleTokenResolverExt { /* private fields */ }
Implementations§
Source§impl FungibleTokenResolverExt
impl FungibleTokenResolverExt
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
Auto Trait Implementations§
impl Freeze for FungibleTokenResolverExt
impl RefUnwindSafe for FungibleTokenResolverExt
impl Send for FungibleTokenResolverExt
impl Sync for FungibleTokenResolverExt
impl Unpin for FungibleTokenResolverExt
impl UnwindSafe for FungibleTokenResolverExt
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