Struct ibkr_cp_api_client::models::tickle::AuthStatus
source · pub struct AuthStatus {
pub mac: String,
pub authenticated: bool,
pub competing: bool,
pub connected: bool,
pub message: String,
pub server_info: ServerInfo,
}Fields§
§mac: String§authenticated: bool§competing: bool§connected: bool§message: String§server_info: ServerInfoTrait Implementations§
source§impl Clone for AuthStatus
impl Clone for AuthStatus
source§fn clone(&self) -> AuthStatus
fn clone(&self) -> AuthStatus
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 AuthStatus
impl Debug for AuthStatus
source§impl Default for AuthStatus
impl Default for AuthStatus
source§fn default() -> AuthStatus
fn default() -> AuthStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthStatuswhere
AuthStatus: Default,
impl<'de> Deserialize<'de> for AuthStatuswhere AuthStatus: Default,
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
source§impl PartialEq<AuthStatus> for AuthStatus
impl PartialEq<AuthStatus> for AuthStatus
source§fn eq(&self, other: &AuthStatus) -> bool
fn eq(&self, other: &AuthStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AuthStatus
impl Serialize for AuthStatus
impl StructuralPartialEq for AuthStatus
Auto Trait Implementations§
impl RefUnwindSafe for AuthStatus
impl Send for AuthStatus
impl Sync for AuthStatus
impl Unpin for AuthStatus
impl UnwindSafe for AuthStatus
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