pub struct SyncedPrivacyConfig {
pub exclude_patterns: Option<Vec<String>>,
pub exclude_tools: Option<Vec<String>>,
}Expand description
Privacy settings synced from the team — controls what data is recorded.
Fields§
§exclude_patterns: Option<Vec<String>>§exclude_tools: Option<Vec<String>>Trait Implementations§
Source§impl Debug for SyncedPrivacyConfig
impl Debug for SyncedPrivacyConfig
Source§impl<'de> Deserialize<'de> for SyncedPrivacyConfig
impl<'de> Deserialize<'de> for SyncedPrivacyConfig
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 SyncedPrivacyConfig
impl RefUnwindSafe for SyncedPrivacyConfig
impl Send for SyncedPrivacyConfig
impl Sync for SyncedPrivacyConfig
impl Unpin for SyncedPrivacyConfig
impl UnwindSafe for SyncedPrivacyConfig
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