Expand description
HPKE
+Expand description
HPKE
diff --git a/hpke_rs/struct.HpkePublicKey.html b/hpke_rs/struct.HpkePublicKey.html index afcf254..e113628 100644 --- a/hpke_rs/struct.HpkePublicKey.html +++ b/hpke_rs/struct.HpkePublicKey.html @@ -3,18 +3,18 @@ Consumes the public key bytes.
Trait Implementations§
source§impl Clone for HpkePublicKey
impl Clone for HpkePublicKey
source§fn clone(&self) -> HpkePublicKey
fn clone(&self) -> HpkePublicKey
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 HpkePublicKey
impl Debug for HpkePublicKey
source§impl Default for HpkePublicKey
impl Default for HpkePublicKey
source§fn default() -> HpkePublicKey
fn default() -> HpkePublicKey
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HpkePublicKey
impl<'de> Deserialize<'de> for HpkePublicKey
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 Deserialize for &HpkePublicKey
impl Deserialize for &HpkePublicKey
source§fn tls_deserialize<R: Read>(_: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(_: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
-and returns the populated struct. Read moresource§impl Deserialize for HpkePublicKey
impl Deserialize for HpkePublicKey
source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
+ __D: Deserializer<'de>,Deserialize this value from the given Serde deserializer. Read more
source§impl Deserialize for &HpkePublicKey
impl Deserialize for &HpkePublicKey
source§fn tls_deserialize<R: Read>(_: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(_: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moresource§impl Deserialize for HpkePublicKey
impl Deserialize for HpkePublicKey
source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
+and returns the populated struct. Read moresource§impl From<&[u8]> for HpkePublicKey
impl From<&[u8]> for HpkePublicKey
source§impl PartialEq<HpkePublicKey> for HpkePublicKey
impl PartialEq<HpkePublicKey> for HpkePublicKey
source§fn eq(&self, other: &HpkePublicKey) -> bool
fn eq(&self, other: &HpkePublicKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.