Struct cloud_storage::bucket::IamCondition [−][src]
pub struct IamCondition {
pub title: String,
pub description: Option<String>,
pub expression: String,
}Expand description
A condition object associated with a binding.
Fields
title: StringTitle of the condition. For example, “expires_end_of_2018”.
description: Option<String>Optional description of the condition. For example, “Expires at midnight on 2018-12-31”.
expression: StringAttribute-based logic expression using a subset of the Common Expression Language (CEL). For example, “request.time < timestamp(‘2019-01-01T00:00:00Z’)”.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IamCondition
impl Send for IamCondition
impl Sync for IamCondition
impl Unpin for IamCondition
impl UnwindSafe for IamCondition
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more