Enum google_cloud_rust_raw::api::resource::ResourceDescriptor_History [−][src]
pub enum ResourceDescriptor_History {
HISTORY_UNSPECIFIED,
ORIGINALLY_SINGLE_PATTERN,
FUTURE_MULTI_PATTERN,
}Variants
Trait Implementations
Try to create an enum from i32 value.
Return None if value is unknown. Read more
Get all enum values for enum type.
Get enum descriptor by type.
Get enum value descriptor.
Get enum descriptor.
Auto Trait Implementations
impl RefUnwindSafe for ResourceDescriptor_History
impl Send for ResourceDescriptor_History
impl Sync for ResourceDescriptor_History
impl Unpin for ResourceDescriptor_History
impl UnwindSafe for ResourceDescriptor_History
Blanket Implementations
Mutably borrows from an owned value. Read more