Struct gapi_grpc::google::privacy::dlp::v2::statistical_table::QuasiIdentifierField[][src]

pub struct QuasiIdentifierField {
    pub field: Option<FieldId>,
    pub custom_tag: String,
}

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Fields

field: Option<FieldId>

Identifies the column.

custom_tag: String

A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Trait Implementations

impl Clone for QuasiIdentifierField[src]

impl Debug for QuasiIdentifierField[src]

impl Default for QuasiIdentifierField[src]

impl Message for QuasiIdentifierField[src]

impl PartialEq<QuasiIdentifierField> for QuasiIdentifierField[src]

impl StructuralPartialEq for QuasiIdentifierField[src]

Auto Trait Implementations

impl RefUnwindSafe for QuasiIdentifierField

impl Send for QuasiIdentifierField

impl Sync for QuasiIdentifierField

impl Unpin for QuasiIdentifierField

impl UnwindSafe for QuasiIdentifierField

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]