pub enum InheritedProperty {
AccountDataProtection,
}Expand description
CloudWatch Logs InheritedProperty enum.
Variants§
AccountDataProtection
Default variant.
Implementations§
Trait Implementations§
Source§impl Clone for InheritedProperty
impl Clone for InheritedProperty
Source§fn clone(&self) -> InheritedProperty
fn clone(&self) -> InheritedProperty
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 InheritedProperty
impl Debug for InheritedProperty
Source§impl Default for InheritedProperty
impl Default for InheritedProperty
Source§fn default() -> InheritedProperty
fn default() -> InheritedProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InheritedProperty
impl<'de> Deserialize<'de> for InheritedProperty
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 InheritedProperty
impl Display for InheritedProperty
Source§impl From<&str> for InheritedProperty
impl From<&str> for InheritedProperty
Source§impl Hash for InheritedProperty
impl Hash for InheritedProperty
Source§impl PartialEq for InheritedProperty
impl PartialEq for InheritedProperty
Source§fn eq(&self, other: &InheritedProperty) -> bool
fn eq(&self, other: &InheritedProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InheritedProperty
impl Serialize for InheritedProperty
impl Eq for InheritedProperty
impl StructuralPartialEq for InheritedProperty
Auto Trait Implementations§
impl Freeze for InheritedProperty
impl RefUnwindSafe for InheritedProperty
impl Send for InheritedProperty
impl Sync for InheritedProperty
impl Unpin for InheritedProperty
impl UnsafeUnpin for InheritedProperty
impl UnwindSafe for InheritedProperty
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