pub struct SagaMonitoringConfig {
pub enable_metrics: bool,
pub enable_tracing: bool,
pub log_level: String,
}
Expand description
Saga監視設定
Fields§
§enable_metrics: bool
§enable_tracing: bool
§log_level: String
Trait Implementations§
Source§impl Clone for SagaMonitoringConfig
impl Clone for SagaMonitoringConfig
Source§fn clone(&self) -> SagaMonitoringConfig
fn clone(&self) -> SagaMonitoringConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SagaMonitoringConfig
impl Debug for SagaMonitoringConfig
Source§impl<'de> Deserialize<'de> for SagaMonitoringConfig
impl<'de> Deserialize<'de> for SagaMonitoringConfig
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 SagaMonitoringConfig
impl RefUnwindSafe for SagaMonitoringConfig
impl Send for SagaMonitoringConfig
impl Sync for SagaMonitoringConfig
impl Unpin for SagaMonitoringConfig
impl UnwindSafe for SagaMonitoringConfig
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