pub struct ContentMarkingSchemaConfig {
pub enabled: bool,
pub format: String,
}Expand description
Content marking configuration for synthetic data output.
Fields§
§enabled: boolWhether content marking is enabled.
format: StringMarking format: “embedded”, “sidecar”, or “both”.
Trait Implementations§
Source§impl Clone for ContentMarkingSchemaConfig
impl Clone for ContentMarkingSchemaConfig
Source§fn clone(&self) -> ContentMarkingSchemaConfig
fn clone(&self) -> ContentMarkingSchemaConfig
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 ContentMarkingSchemaConfig
impl Debug for ContentMarkingSchemaConfig
Source§impl Default for ContentMarkingSchemaConfig
impl Default for ContentMarkingSchemaConfig
Source§impl<'de> Deserialize<'de> for ContentMarkingSchemaConfig
impl<'de> Deserialize<'de> for ContentMarkingSchemaConfig
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 ContentMarkingSchemaConfig
impl RefUnwindSafe for ContentMarkingSchemaConfig
impl Send for ContentMarkingSchemaConfig
impl Sync for ContentMarkingSchemaConfig
impl Unpin for ContentMarkingSchemaConfig
impl UnwindSafe for ContentMarkingSchemaConfig
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