pub enum FixSessionState {
Disconnected,
Connecting,
LoggedOn,
LoggingOut,
}Expand description
FIX session state.
Variants§
Trait Implementations§
Source§impl Clone for FixSessionState
impl Clone for FixSessionState
Source§fn clone(&self) -> FixSessionState
fn clone(&self) -> FixSessionState
Returns a duplicate 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 FixSessionState
impl Debug for FixSessionState
Source§impl Default for FixSessionState
impl Default for FixSessionState
Source§fn default() -> FixSessionState
fn default() -> FixSessionState
Returns the “default value” for a type. Read more
Source§impl PartialEq for FixSessionState
impl PartialEq for FixSessionState
impl Copy for FixSessionState
impl Eq for FixSessionState
impl StructuralPartialEq for FixSessionState
Auto Trait Implementations§
impl Freeze for FixSessionState
impl RefUnwindSafe for FixSessionState
impl Send for FixSessionState
impl Sync for FixSessionState
impl Unpin for FixSessionState
impl UnwindSafe for FixSessionState
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