pub struct ObfuscationConfig {
pub tag_replace_rules: Option<Vec<ReplaceRule>>,
pub http_remove_query_string: bool,
pub http_remove_path_digits: bool,
pub obfuscate_memcached: bool,
pub obfuscation_redis_enabled: bool,
pub obfuscation_redis_remove_all_args: bool,
}Fields§
§tag_replace_rules: Option<Vec<ReplaceRule>>§http_remove_query_string: bool§http_remove_path_digits: bool§obfuscate_memcached: bool§obfuscation_redis_enabled: bool§obfuscation_redis_remove_all_args: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObfuscationConfig
impl RefUnwindSafe for ObfuscationConfig
impl Send for ObfuscationConfig
impl Sync for ObfuscationConfig
impl Unpin for ObfuscationConfig
impl UnwindSafe for ObfuscationConfig
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