pub struct HpkeOpenKeyReply {
pub key: KeyId,
}Expand description
Open with a private key
As described in 6.1 with mode “base”
Fields§
§key: KeyIdTrait Implementations§
Source§impl<'de> Deserialize<'de> for HpkeOpenKeyReply
impl<'de> Deserialize<'de> for HpkeOpenKeyReply
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<HpkeOpenKeyReply> for HpkeReply
impl From<HpkeOpenKeyReply> for HpkeReply
Source§fn from(value: HpkeOpenKeyReply) -> Self
fn from(value: HpkeOpenKeyReply) -> Self
Converts to this type from the input type.
Source§impl Serialize for HpkeOpenKeyReply
impl Serialize for HpkeOpenKeyReply
Auto Trait Implementations§
impl Freeze for HpkeOpenKeyReply
impl RefUnwindSafe for HpkeOpenKeyReply
impl Send for HpkeOpenKeyReply
impl Sync for HpkeOpenKeyReply
impl Unpin for HpkeOpenKeyReply
impl UnwindSafe for HpkeOpenKeyReply
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