pub struct AccountInfoResponse {
pub account_no: String,
pub account_name: String,
pub act_pdt_cdz3: String,
pub amn_tab_cdz4: String,
pub expr_datez8: String,
pub bulk_granted: bool,
}
Fields§
§account_no: String
§account_name: String
§act_pdt_cdz3: String
§amn_tab_cdz4: String
§expr_datez8: String
§bulk_granted: bool
Trait Implementations§
Source§impl Clone for AccountInfoResponse
impl Clone for AccountInfoResponse
Source§fn clone(&self) -> AccountInfoResponse
fn clone(&self) -> AccountInfoResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AccountInfoResponse
impl Debug for AccountInfoResponse
Source§impl Serialize for AccountInfoResponse
impl Serialize for AccountInfoResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for AccountInfoResponse
impl RefUnwindSafe for AccountInfoResponse
impl Send for AccountInfoResponse
impl Sync for AccountInfoResponse
impl Unpin for AccountInfoResponse
impl UnwindSafe for AccountInfoResponse
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