pub enum ConnectionType {
Acceptor,
Initiator,
}Expand description
Session connection type.
Variants§
Trait Implementations§
Source§impl DictionaryItem for ConnectionType
impl DictionaryItem for ConnectionType
Source§fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
fn apply_param(&self, dict: &mut Dictionary) -> Result<(), QuickFixError>
Apply inner value to dictionary.
Auto Trait Implementations§
impl Freeze for ConnectionType
impl RefUnwindSafe for ConnectionType
impl Send for ConnectionType
impl Sync for ConnectionType
impl Unpin for ConnectionType
impl UnwindSafe for ConnectionType
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