pub struct UpdateKeyOperation {
pub old_entry: KeySpecParams,
pub new_entry: KeySpecParams,
}Fields§
§old_entry: KeySpecParams§new_entry: KeySpecParamsTrait Implementations§
Source§impl Clone for UpdateKeyOperation
impl Clone for UpdateKeyOperation
Source§fn clone(&self) -> UpdateKeyOperation
fn clone(&self) -> UpdateKeyOperation
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 UpdateKeyOperation
impl Debug for UpdateKeyOperation
Source§impl<'de> Deserialize<'de> for UpdateKeyOperation
impl<'de> Deserialize<'de> for UpdateKeyOperation
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 PartialEq for UpdateKeyOperation
impl PartialEq for UpdateKeyOperation
Source§impl Serialize for UpdateKeyOperation
impl Serialize for UpdateKeyOperation
impl StructuralPartialEq for UpdateKeyOperation
Auto Trait Implementations§
impl Freeze for UpdateKeyOperation
impl RefUnwindSafe for UpdateKeyOperation
impl Send for UpdateKeyOperation
impl Sync for UpdateKeyOperation
impl Unpin for UpdateKeyOperation
impl UnsafeUnpin for UpdateKeyOperation
impl UnwindSafe for UpdateKeyOperation
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