Enum cloud_storage::bucket::ActionType [−][src]
pub enum ActionType {
Delete,
SetStorageClass,
}Expand description
Type of the action.
Variants
Deletes a Bucket.
Sets the storage_class of a Bucket.
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 ActionTypeimpl Send for ActionTypeimpl Sync for ActionTypeimpl Unpin for ActionTypeimpl UnwindSafe for ActionType