pub struct JettonFlow {
pub account: AccountAddress,
pub jetton: JettonPreview,
pub quantity: i64,
}Fields§
§account: AccountAddress§jetton: JettonPreview§quantity: i64Trait Implementations§
Source§impl Debug for JettonFlow
impl Debug for JettonFlow
Source§impl<'de> Deserialize<'de> for JettonFlow
impl<'de> Deserialize<'de> for JettonFlow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JettonFlow
impl RefUnwindSafe for JettonFlow
impl Send for JettonFlow
impl Sync for JettonFlow
impl Unpin for JettonFlow
impl UnsafeUnpin for JettonFlow
impl UnwindSafe for JettonFlow
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