Enum google_cloud_rust_raw::api::servicemanagement::v1::servicemanager::GetServiceConfigRequest_ConfigView
source · pub enum GetServiceConfigRequest_ConfigView {
BASIC,
FULL,
}Variants
BASIC
FULL
Trait Implementations
sourceimpl Clone for GetServiceConfigRequest_ConfigView
impl Clone for GetServiceConfigRequest_ConfigView
sourcefn clone(&self) -> GetServiceConfigRequest_ConfigView
fn clone(&self) -> GetServiceConfigRequest_ConfigView
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetServiceConfigRequest_ConfigView> for GetServiceConfigRequest_ConfigView
impl PartialEq<GetServiceConfigRequest_ConfigView> for GetServiceConfigRequest_ConfigView
sourcefn eq(&self, other: &GetServiceConfigRequest_ConfigView) -> bool
fn eq(&self, other: &GetServiceConfigRequest_ConfigView) -> bool
sourceimpl ProtobufEnum for GetServiceConfigRequest_ConfigView
impl ProtobufEnum for GetServiceConfigRequest_ConfigView
sourcefn from_i32(value: i32) -> Option<GetServiceConfigRequest_ConfigView>
fn from_i32(value: i32) -> Option<GetServiceConfigRequest_ConfigView>
sourcefn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
sourcefn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
sourcefn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
sourceimpl ProtobufValue for GetServiceConfigRequest_ConfigView
impl ProtobufValue for GetServiceConfigRequest_ConfigView
sourcefn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
sourcefn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more