Enum gapi_grpc::google::cloud::dialogflow::cx::v3beta1::security_settings::RedactionScope[][src]

#[repr(i32)]pub enum RedactionScope {
    Unspecified,
    RedactDiskStorage,
}

Defines what types of data to redact.

Variants

Unspecified

Don’t redact any kind of data.

RedactDiskStorage

On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.

Implementations

impl RedactionScope[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of RedactionScope.

pub fn from_i32(value: i32) -> Option<RedactionScope>[src]

Converts an i32 to a RedactionScope, or None if value is not a valid variant.

Trait Implementations

impl Clone for RedactionScope[src]

impl Copy for RedactionScope[src]

impl Debug for RedactionScope[src]

impl Default for RedactionScope[src]

impl Eq for RedactionScope[src]

impl From<RedactionScope> for i32[src]

impl Hash for RedactionScope[src]

impl Ord for RedactionScope[src]

impl PartialEq<RedactionScope> for RedactionScope[src]

impl PartialOrd<RedactionScope> for RedactionScope[src]

impl StructuralEq for RedactionScope[src]

impl StructuralPartialEq for RedactionScope[src]

Auto Trait Implementations

impl RefUnwindSafe for RedactionScope

impl Send for RedactionScope

impl Sync for RedactionScope

impl Unpin for RedactionScope

impl UnwindSafe for RedactionScope

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]