pub enum ProfileChangeType {
CreateKey(CreateKeyChange),
RotateKey(RotateKeyChange),
}Expand description
Possible types of crate::Profile changes
Variants§
Trait Implementations§
Source§impl Clone for ProfileChangeType
impl Clone for ProfileChangeType
Source§fn clone(&self) -> ProfileChangeType
fn clone(&self) -> ProfileChangeType
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 ProfileChangeType
impl Debug for ProfileChangeType
Source§impl<'de> Deserialize<'de> for ProfileChangeType
impl<'de> Deserialize<'de> for ProfileChangeType
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
Auto Trait Implementations§
impl Freeze for ProfileChangeType
impl RefUnwindSafe for ProfileChangeType
impl Send for ProfileChangeType
impl Sync for ProfileChangeType
impl Unpin for ProfileChangeType
impl UnwindSafe for ProfileChangeType
Blanket Implementations§
Source§impl<D> AsyncTryClone for D
impl<D> AsyncTryClone for D
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