pub enum MaintenanceWindowTypeEnum {
MAINTENANCE_WINDOW,
MAINTENANCE_WINDOW_REFERENCE,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for MaintenanceWindowTypeEnum
impl AsRef<str> for MaintenanceWindowTypeEnum
Source§impl Clone for MaintenanceWindowTypeEnum
impl Clone for MaintenanceWindowTypeEnum
Source§fn clone(&self) -> MaintenanceWindowTypeEnum
fn clone(&self) -> MaintenanceWindowTypeEnum
Returns a duplicate 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 MaintenanceWindowTypeEnum
impl Debug for MaintenanceWindowTypeEnum
Source§impl Default for MaintenanceWindowTypeEnum
impl Default for MaintenanceWindowTypeEnum
Source§impl<'de> Deserialize<'de> for MaintenanceWindowTypeEnum
impl<'de> Deserialize<'de> for MaintenanceWindowTypeEnum
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 Display for MaintenanceWindowTypeEnum
impl Display for MaintenanceWindowTypeEnum
Source§impl FromStr for MaintenanceWindowTypeEnum
impl FromStr for MaintenanceWindowTypeEnum
Source§impl Ord for MaintenanceWindowTypeEnum
impl Ord for MaintenanceWindowTypeEnum
Source§fn cmp(&self, other: &MaintenanceWindowTypeEnum) -> Ordering
fn cmp(&self, other: &MaintenanceWindowTypeEnum) -> Ordering
1.21.0 · 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 PartialOrd for MaintenanceWindowTypeEnum
impl PartialOrd for MaintenanceWindowTypeEnum
impl Eq for MaintenanceWindowTypeEnum
impl StructuralPartialEq for MaintenanceWindowTypeEnum
Auto Trait Implementations§
impl Freeze for MaintenanceWindowTypeEnum
impl RefUnwindSafe for MaintenanceWindowTypeEnum
impl Send for MaintenanceWindowTypeEnum
impl Sync for MaintenanceWindowTypeEnum
impl Unpin for MaintenanceWindowTypeEnum
impl UnwindSafe for MaintenanceWindowTypeEnum
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an UncasedStr.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