[][src]Struct google_cloudkms1_beta1::LogConfig

pub struct LogConfig {
    pub counter: Option<CounterOptions>,
    pub data_access: Option<DataAccessOptions>,
    pub cloud_audit: Option<CloudAuditOptions>,
}

Specifies what kind of log the caller must write

This type is not used in any activity, and only used as part of another schema.

Fields

counter: Option<CounterOptions>

Counter options.

data_access: Option<DataAccessOptions>

Data access options.

cloud_audit: Option<CloudAuditOptions>

Cloud audit options.

Trait Implementations

impl Clone for LogConfig[src]

impl Debug for LogConfig[src]

impl Default for LogConfig[src]

impl<'de> Deserialize<'de> for LogConfig[src]

impl Part for LogConfig[src]

impl Serialize for LogConfig[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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<T> Typeable for T where
    T: Any