pub struct UnwrapKeyFromFile {
pub key: Option<KeyId>,
}Fields§
§key: Option<KeyId>Trait 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 WrapKeyToFileReply
impl From<UnwrapKeyFromFile> for WrapKeyToFileReply
Source§fn from(reply: UnwrapKeyFromFile) -> Self
fn from(reply: 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