Struct gapi_grpc::google::privacy::dlp::v2::action::SaveFindings[][src]

pub struct SaveFindings {
    pub output_config: Option<OutputStorageConfig>,
}

If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk

Fields

output_config: Option<OutputStorageConfig>

Location to store findings outside of DLP.

Trait Implementations

impl Clone for SaveFindings[src]

impl Debug for SaveFindings[src]

impl Default for SaveFindings[src]

impl Message for SaveFindings[src]

impl PartialEq<SaveFindings> for SaveFindings[src]

impl StructuralPartialEq for SaveFindings[src]

Auto Trait Implementations

impl RefUnwindSafe for SaveFindings

impl Send for SaveFindings

impl Sync for SaveFindings

impl Unpin for SaveFindings

impl UnwindSafe for SaveFindings

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]