Enum google_cloud_rust_raw::api::servicemanagement::v1::servicemanager::GetServiceConfigRequest_ConfigView [−][src]
pub enum GetServiceConfigRequest_ConfigView {
BASIC,
FULL,
}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 Send for GetServiceConfigRequest_ConfigView
impl Sync for GetServiceConfigRequest_ConfigView
impl Unpin for GetServiceConfigRequest_ConfigView
Blanket Implementations
Mutably borrows from an owned value. Read more