pub struct SessionSettings { /* private fields */ }Expand description
A collection of settings used to configurate a FIX session.
SessionSettings can be constructed using the SessionSettingsBuilder, or can be constructed explicitly.
Implementations§
Source§impl SessionSettings
impl SessionSettings
Sourcepub fn builder() -> SessionSettingsBuilder
pub fn builder() -> SessionSettingsBuilder
Creates a new SessionSettingsBuilder
Trait Implementations§
Source§impl Clone for SessionSettings
impl Clone for SessionSettings
Source§fn clone(&self) -> SessionSettings
fn clone(&self) -> SessionSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SessionSettings
impl RefUnwindSafe for SessionSettings
impl Send for SessionSettings
impl Sync for SessionSettings
impl Unpin for SessionSettings
impl UnwindSafe for SessionSettings
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