pub struct HttpAcceptPort(pub u16);Expand description
Built-in HTTP server main port.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl DictionaryItem for HttpAcceptPort
impl DictionaryItem for HttpAcceptPort
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 HttpAcceptPort
impl RefUnwindSafe for HttpAcceptPort
impl Send for HttpAcceptPort
impl Sync for HttpAcceptPort
impl Unpin for HttpAcceptPort
impl UnsafeUnpin for HttpAcceptPort
impl UnwindSafe for HttpAcceptPort
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