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