pub enum DryRunModifierType {
IgnoreCiphertext,
}Expand description
KMS DryRunModifierType enum.
Variants§
IgnoreCiphertext
Default variant.
Implementations§
Trait Implementations§
Source§impl Clone for DryRunModifierType
impl Clone for DryRunModifierType
Source§fn clone(&self) -> DryRunModifierType
fn clone(&self) -> DryRunModifierType
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 DryRunModifierType
impl Debug for DryRunModifierType
Source§impl Default for DryRunModifierType
impl Default for DryRunModifierType
Source§fn default() -> DryRunModifierType
fn default() -> DryRunModifierType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DryRunModifierType
impl<'de> Deserialize<'de> for DryRunModifierType
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 DryRunModifierType
impl Display for DryRunModifierType
Source§impl From<&str> for DryRunModifierType
impl From<&str> for DryRunModifierType
Source§impl Hash for DryRunModifierType
impl Hash for DryRunModifierType
Source§impl PartialEq for DryRunModifierType
impl PartialEq for DryRunModifierType
Source§impl Serialize for DryRunModifierType
impl Serialize for DryRunModifierType
impl Eq for DryRunModifierType
impl StructuralPartialEq for DryRunModifierType
Auto Trait Implementations§
impl Freeze for DryRunModifierType
impl RefUnwindSafe for DryRunModifierType
impl Send for DryRunModifierType
impl Sync for DryRunModifierType
impl Unpin for DryRunModifierType
impl UnsafeUnpin for DryRunModifierType
impl UnwindSafe for DryRunModifierType
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