pub struct WrapKeyToFile {
pub mechanism: Mechanism,
pub wrapping_key: KeyId,
pub key: KeyId,
pub path: PathBuf,
pub location: Location,
pub associated_data: Message,
}Fields§
§mechanism: Mechanism§wrapping_key: KeyId§key: KeyId§path: PathBuf§location: Location§associated_data: MessageTrait Implementations§
Source§impl Debug for WrapKeyToFile
impl Debug for WrapKeyToFile
Source§impl<'de> Deserialize<'de> for WrapKeyToFile
impl<'de> Deserialize<'de> for WrapKeyToFile
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<WrapKeyToFile> for WrapKeyToFileRequest
impl From<WrapKeyToFile> for WrapKeyToFileRequest
Source§fn from(request: WrapKeyToFile) -> Self
fn from(request: WrapKeyToFile) -> Self
Converts to this type from the input type.
Source§impl Serialize for WrapKeyToFile
impl Serialize for WrapKeyToFile
Source§impl TryFrom<WrapKeyToFileRequest> for WrapKeyToFile
impl TryFrom<WrapKeyToFileRequest> for WrapKeyToFile
Auto Trait Implementations§
impl Freeze for WrapKeyToFile
impl RefUnwindSafe for WrapKeyToFile
impl Send for WrapKeyToFile
impl Sync for WrapKeyToFile
impl Unpin for WrapKeyToFile
impl UnsafeUnpin for WrapKeyToFile
impl UnwindSafe for WrapKeyToFile
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