pub struct StateTrackingConfig {
pub state_output_sender_path: String,
pub state_output_receiver_path: String,
pub state_sender_interval_in_seconds: u64,
}Fields§
§state_output_sender_path: String§state_output_receiver_path: String§state_sender_interval_in_seconds: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for StateTrackingConfig
impl<'de> Deserialize<'de> for StateTrackingConfig
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 StateTrackingConfig
impl RefUnwindSafe for StateTrackingConfig
impl Send for StateTrackingConfig
impl Sync for StateTrackingConfig
impl Unpin for StateTrackingConfig
impl UnwindSafe for StateTrackingConfig
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