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