Struct cloud_storage::bucket::Rule [−][src]
Expand description
An element of the lifecyle list.
Fields
action: ActionThe action to take.
condition: ConditionThe condition(s) under which the action will be taken.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Ruleimpl UnwindSafe for Rule