pub struct LiveEngineConfig {
pub kv_event_publishers: KvEventPublishers,
pub fpm_publisher: FpmPublisher,
}Expand description
Runtime publishers used by one live Mocker scheduler.
Fields§
§kv_event_publishers: KvEventPublishers§fpm_publisher: FpmPublisherTrait Implementations§
Source§impl Clone for LiveEngineConfig
impl Clone for LiveEngineConfig
Source§fn clone(&self) -> LiveEngineConfig
fn clone(&self) -> LiveEngineConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LiveEngineConfig
impl Default for LiveEngineConfig
Source§fn default() -> LiveEngineConfig
fn default() -> LiveEngineConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LiveEngineConfig
impl !UnwindSafe for LiveEngineConfig
impl Freeze for LiveEngineConfig
impl Send for LiveEngineConfig
impl Sync for LiveEngineConfig
impl Unpin for LiveEngineConfig
impl UnsafeUnpin for LiveEngineConfig
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