pub struct WindowsFallback {
pub fallback_behavior: FallbackBehavior,
pub log_level: String,
pub log_message: String,
pub log_template: String,
pub operation_hint: String,
pub telemetry_event: String,
pub telemetry_tags: HashMap<String, String>,
}Expand description
Windows fallback configuration for unsupported signals.
Fields§
§fallback_behavior: FallbackBehaviorThe fallback behavior to use
log_level: StringLog level for the fallback message
log_message: StringHuman-readable log message
log_template: StringStructured log template
operation_hint: StringOperational hint for users
telemetry_event: StringTelemetry event name
Telemetry tags
Trait Implementations§
Source§impl Clone for WindowsFallback
impl Clone for WindowsFallback
Source§fn clone(&self) -> WindowsFallback
fn clone(&self) -> WindowsFallback
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 Debug for WindowsFallback
impl Debug for WindowsFallback
impl Eq for WindowsFallback
Source§impl PartialEq for WindowsFallback
impl PartialEq for WindowsFallback
impl StructuralPartialEq for WindowsFallback
Auto Trait Implementations§
impl Freeze for WindowsFallback
impl RefUnwindSafe for WindowsFallback
impl Send for WindowsFallback
impl Sync for WindowsFallback
impl Unpin for WindowsFallback
impl UnsafeUnpin for WindowsFallback
impl UnwindSafe for WindowsFallback
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.