Expand description
Dispatcher configuration.
Fields
heartbeat_period: Option<i64>
The delay for an agent to send a heartbeat to the dispatcher.
Trait Implementations
sourceimpl Clone for SwarmSpecDispatcherInlineItem
impl Clone for SwarmSpecDispatcherInlineItem
sourcefn clone(&self) -> SwarmSpecDispatcherInlineItem
fn clone(&self) -> SwarmSpecDispatcherInlineItem
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SwarmSpecDispatcherInlineItem
impl Debug for SwarmSpecDispatcherInlineItem
sourceimpl<'de> Deserialize<'de> for SwarmSpecDispatcherInlineItem
impl<'de> Deserialize<'de> for SwarmSpecDispatcherInlineItem
sourcefn 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
sourceimpl PartialEq<SwarmSpecDispatcherInlineItem> for SwarmSpecDispatcherInlineItem
impl PartialEq<SwarmSpecDispatcherInlineItem> for SwarmSpecDispatcherInlineItem
sourcefn eq(&self, other: &SwarmSpecDispatcherInlineItem) -> bool
fn eq(&self, other: &SwarmSpecDispatcherInlineItem) -> bool
impl StructuralPartialEq for SwarmSpecDispatcherInlineItem
Auto Trait Implementations
impl RefUnwindSafe for SwarmSpecDispatcherInlineItem
impl Send for SwarmSpecDispatcherInlineItem
impl Sync for SwarmSpecDispatcherInlineItem
impl Unpin for SwarmSpecDispatcherInlineItem
impl UnwindSafe for SwarmSpecDispatcherInlineItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more