pub struct PriceWithdrawRes {
pub request_id: String,
pub transaction: String,
}Fields§
§request_id: String§transaction: StringTrait Implementations§
Source§impl Debug for PriceWithdrawRes
impl Debug for PriceWithdrawRes
Source§impl<'de> Deserialize<'de> for PriceWithdrawRes
impl<'de> Deserialize<'de> for PriceWithdrawRes
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 PriceWithdrawRes
impl RefUnwindSafe for PriceWithdrawRes
impl Send for PriceWithdrawRes
impl Sync for PriceWithdrawRes
impl Unpin for PriceWithdrawRes
impl UnsafeUnpin for PriceWithdrawRes
impl UnwindSafe for PriceWithdrawRes
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