pub(crate) struct Output {
pub(crate) path: String,
pub(crate) additional_properties: bool,
}
Fields§
§path: String
§additional_properties: bool
Implementations§
Source§impl Output
impl Output
pub(crate) fn new(pii_type: FieldsWithAttribute) -> Self
Sourcepub(crate) fn from_btreeset(
pii_types: BTreeSet<FieldsWithAttribute>,
) -> Vec<Self>
pub(crate) fn from_btreeset( pii_types: BTreeSet<FieldsWithAttribute>, ) -> Vec<Self>
Represent the PII fields in a format that will be used in the final output.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Output
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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