Enum google_cloud_rust_raw::identity::accesscontextmanager::v1::access_context_manager::LevelFormat
source · pub enum LevelFormat {
LEVEL_FORMAT_UNSPECIFIED = 0,
AS_DEFINED = 1,
CEL = 2,
}Variants§
Trait Implementations§
source§impl Clone for LevelFormat
impl Clone for LevelFormat
source§fn clone(&self) -> LevelFormat
fn clone(&self) -> LevelFormat
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 Debug for LevelFormat
impl Debug for LevelFormat
source§impl Default for LevelFormat
impl Default for LevelFormat
source§impl Hash for LevelFormat
impl Hash for LevelFormat
source§impl PartialEq for LevelFormat
impl PartialEq for LevelFormat
source§fn eq(&self, other: &LevelFormat) -> bool
fn eq(&self, other: &LevelFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for LevelFormat
impl ProtobufEnum for LevelFormat
source§fn from_i32(value: i32) -> Option<LevelFormat>
fn from_i32(value: i32) -> Option<LevelFormat>
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 LevelFormat
impl ProtobufValue for LevelFormat
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 LevelFormat
impl Eq for LevelFormat
impl StructuralEq for LevelFormat
impl StructuralPartialEq for LevelFormat
Auto Trait Implementations§
impl RefUnwindSafe for LevelFormat
impl Send for LevelFormat
impl Sync for LevelFormat
impl Unpin for LevelFormat
impl UnwindSafe for LevelFormat
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