#[repr(C)]pub struct WithDrawParamField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub WithDrawParamID: u8,
pub WithDrawParamValue: Vec<u8>,
}
Fields§
§is_null: bool
§BrokerID: String
§AccountID: String
§WithDrawParamID: u8
§WithDrawParamValue: Vec<u8>
Trait Implementations§
Source§impl Clone for WithDrawParamField
impl Clone for WithDrawParamField
Source§impl Debug for WithDrawParamField
impl Debug for WithDrawParamField
Source§impl Default for WithDrawParamField
impl Default for WithDrawParamField
Source§impl ExternType for WithDrawParamField
impl ExternType for WithDrawParamField
Auto Trait Implementations§
impl Freeze for WithDrawParamField
impl RefUnwindSafe for WithDrawParamField
impl Send for WithDrawParamField
impl Sync for WithDrawParamField
impl Unpin for WithDrawParamField
impl UnwindSafe for WithDrawParamField
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