pub enum PbsConfigDatastoreInlineEnum {
Show 18 variants
Comment,
GcSchedule,
GcOnUnmount,
PruneSchedule,
KeepLast,
KeepHourly,
KeepDaily,
KeepWeekly,
KeepMonthly,
KeepYearly,
VerifyNew,
NotifyUser,
Notify,
NotificationMode,
Tuning,
MaintenanceMode,
NotificationThresholds,
CounterResetSchedule,
}Expand description
Variants§
Comment
GcSchedule
GcOnUnmount
PruneSchedule
KeepLast
KeepHourly
KeepDaily
KeepWeekly
KeepMonthly
KeepYearly
VerifyNew
NotifyUser
Notify
NotificationMode
Tuning
MaintenanceMode
NotificationThresholds
CounterResetSchedule
Trait Implementations§
Source§impl Clone for PbsConfigDatastoreInlineEnum
impl Clone for PbsConfigDatastoreInlineEnum
Source§fn clone(&self) -> PbsConfigDatastoreInlineEnum
fn clone(&self) -> PbsConfigDatastoreInlineEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PbsConfigDatastoreInlineEnum
impl Debug for PbsConfigDatastoreInlineEnum
Source§impl Default for PbsConfigDatastoreInlineEnum
impl Default for PbsConfigDatastoreInlineEnum
Source§fn default() -> PbsConfigDatastoreInlineEnum
fn default() -> PbsConfigDatastoreInlineEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsConfigDatastoreInlineEnum
impl<'de> Deserialize<'de> for PbsConfigDatastoreInlineEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PbsConfigDatastoreInlineEnum
impl Hash for PbsConfigDatastoreInlineEnum
Source§impl Ord for PbsConfigDatastoreInlineEnum
impl Ord for PbsConfigDatastoreInlineEnum
Source§fn cmp(&self, other: &PbsConfigDatastoreInlineEnum) -> Ordering
fn cmp(&self, other: &PbsConfigDatastoreInlineEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsConfigDatastoreInlineEnum
impl PartialEq for PbsConfigDatastoreInlineEnum
Source§fn eq(&self, other: &PbsConfigDatastoreInlineEnum) -> bool
fn eq(&self, other: &PbsConfigDatastoreInlineEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsConfigDatastoreInlineEnum
impl PartialOrd for PbsConfigDatastoreInlineEnum
impl Copy for PbsConfigDatastoreInlineEnum
impl Eq for PbsConfigDatastoreInlineEnum
impl StructuralPartialEq for PbsConfigDatastoreInlineEnum
Auto Trait Implementations§
impl Freeze for PbsConfigDatastoreInlineEnum
impl RefUnwindSafe for PbsConfigDatastoreInlineEnum
impl Send for PbsConfigDatastoreInlineEnum
impl Sync for PbsConfigDatastoreInlineEnum
impl Unpin for PbsConfigDatastoreInlineEnum
impl UnsafeUnpin for PbsConfigDatastoreInlineEnum
impl UnwindSafe for PbsConfigDatastoreInlineEnum
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