pub struct EMSConfig {
pub exchanges: SmallVec<[ExchangeConfig; 8]>,
pub global: GlobalSettings,
}Expand description
Configuration for the Execution Management System
Fields§
§exchanges: SmallVec<[ExchangeConfig; 8]>Exchange configurations
global: GlobalSettingsGlobal settings
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EMSConfig
impl<'de> Deserialize<'de> for EMSConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EMSConfig
impl RefUnwindSafe for EMSConfig
impl Send for EMSConfig
impl Sync for EMSConfig
impl Unpin for EMSConfig
impl UnwindSafe for EMSConfig
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