pub struct WrappedKeyV32 {
pub wrapping_key_id: u64,
pub key: WrappedKeyBytesV32,
}
Fields§
§wrapping_key_id: u64
§key: WrappedKeyBytesV32
Trait Implementations§
Source§impl Clone for WrappedKeyV32
impl Clone for WrappedKeyV32
Source§fn clone(&self) -> WrappedKeyV32
fn clone(&self) -> WrappedKeyV32
Returns a copy 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 WrappedKeyV32
impl Debug for WrappedKeyV32
Source§impl Default for WrappedKeyV32
impl Default for WrappedKeyV32
Source§fn default() -> WrappedKeyV32
fn default() -> WrappedKeyV32
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WrappedKeyV32
impl<'de> Deserialize<'de> for WrappedKeyV32
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 From<WrappedKeyV32> for WrappedKey
impl From<WrappedKeyV32> for WrappedKey
Source§fn from(from: WrappedKeyV32) -> Self
fn from(from: WrappedKeyV32) -> Self
Converts to this type from the input type.
Source§impl Serialize for WrappedKeyV32
impl Serialize for WrappedKeyV32
Source§impl TypeFingerprint for WrappedKeyV32
impl TypeFingerprint for WrappedKeyV32
fn fingerprint() -> String
Auto Trait Implementations§
impl Freeze for WrappedKeyV32
impl RefUnwindSafe for WrappedKeyV32
impl Send for WrappedKeyV32
impl Sync for WrappedKeyV32
impl Unpin for WrappedKeyV32
impl UnwindSafe for WrappedKeyV32
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)