Struct gapi_grpc::google::privacy::dlp::v2::InspectionRuleSet[][src]

pub struct InspectionRuleSet {
    pub info_types: Vec<InfoType>,
    pub rules: Vec<InspectionRule>,
}

Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.

Fields

info_types: Vec<InfoType>

List of infoTypes this rule set is applied to.

rules: Vec<InspectionRule>

Set of rules to be applied to infoTypes. The rules are applied in order.

Trait Implementations

impl Clone for InspectionRuleSet[src]

impl Debug for InspectionRuleSet[src]

impl Default for InspectionRuleSet[src]

impl Message for InspectionRuleSet[src]

impl PartialEq<InspectionRuleSet> for InspectionRuleSet[src]

impl StructuralPartialEq for InspectionRuleSet[src]

Auto Trait Implementations

impl RefUnwindSafe for InspectionRuleSet

impl Send for InspectionRuleSet

impl Sync for InspectionRuleSet

impl Unpin for InspectionRuleSet

impl UnwindSafe for InspectionRuleSet

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]