pub struct SwitchAccountResponse {
pub dealing_enabled: bool,
pub has_active_demo_accounts: bool,
pub has_active_live_accounts: bool,
pub trailing_stops_enabled: bool,
}Fields§
§dealing_enabled: bool§has_active_demo_accounts: bool§has_active_live_accounts: bool§trailing_stops_enabled: boolTrait Implementations§
Source§impl Debug for SwitchAccountResponse
impl Debug for SwitchAccountResponse
Source§impl<'de> Deserialize<'de> for SwitchAccountResponse
impl<'de> Deserialize<'de> for SwitchAccountResponse
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 SwitchAccountResponse
impl RefUnwindSafe for SwitchAccountResponse
impl Send for SwitchAccountResponse
impl Sync for SwitchAccountResponse
impl Unpin for SwitchAccountResponse
impl UnsafeUnpin for SwitchAccountResponse
impl UnwindSafe for SwitchAccountResponse
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