#[repr(C)]pub struct VerifyInvestorPasswordField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub Password: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§Password: String
Trait Implementations§
Source§impl Clone for VerifyInvestorPasswordField
impl Clone for VerifyInvestorPasswordField
Source§impl Debug for VerifyInvestorPasswordField
impl Debug for VerifyInvestorPasswordField
Auto Trait Implementations§
impl Freeze for VerifyInvestorPasswordField
impl RefUnwindSafe for VerifyInvestorPasswordField
impl Send for VerifyInvestorPasswordField
impl Sync for VerifyInvestorPasswordField
impl Unpin for VerifyInvestorPasswordField
impl UnwindSafe for VerifyInvestorPasswordField
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