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