Enum google_cloud_rust_raw::api::servicemanagement::v1::servicemanager::GetServiceConfigRequest_ConfigView
source · pub enum GetServiceConfigRequest_ConfigView {
BASIC = 0,
FULL = 1,
}Variants§
Trait Implementations§
source§impl Clone for GetServiceConfigRequest_ConfigView
impl Clone for GetServiceConfigRequest_ConfigView
source§fn clone(&self) -> GetServiceConfigRequest_ConfigView
fn clone(&self) -> GetServiceConfigRequest_ConfigView
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq for GetServiceConfigRequest_ConfigView
impl PartialEq for GetServiceConfigRequest_ConfigView
source§fn eq(&self, other: &GetServiceConfigRequest_ConfigView) -> bool
fn eq(&self, other: &GetServiceConfigRequest_ConfigView) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for GetServiceConfigRequest_ConfigView
impl ProtobufEnum for GetServiceConfigRequest_ConfigView
source§fn from_i32(value: i32) -> Option<GetServiceConfigRequest_ConfigView>
fn from_i32(value: i32) -> Option<GetServiceConfigRequest_ConfigView>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for GetServiceConfigRequest_ConfigView
impl ProtobufValue for GetServiceConfigRequest_ConfigView
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for GetServiceConfigRequest_ConfigView
impl Eq for GetServiceConfigRequest_ConfigView
impl StructuralEq for GetServiceConfigRequest_ConfigView
impl StructuralPartialEq for GetServiceConfigRequest_ConfigView
Auto Trait Implementations§
impl RefUnwindSafe for GetServiceConfigRequest_ConfigView
impl Send for GetServiceConfigRequest_ConfigView
impl Sync for GetServiceConfigRequest_ConfigView
impl Unpin for GetServiceConfigRequest_ConfigView
impl UnwindSafe for GetServiceConfigRequest_ConfigView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more