pub struct SocketConnectSourcePort(pub u16);Expand description
Initiator port to connect from.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl DictionaryItem for SocketConnectSourcePort
impl DictionaryItem for SocketConnectSourcePort
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 SocketConnectSourcePort
impl RefUnwindSafe for SocketConnectSourcePort
impl Send for SocketConnectSourcePort
impl Sync for SocketConnectSourcePort
impl Unpin for SocketConnectSourcePort
impl UnwindSafe for SocketConnectSourcePort
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