Struct rust_pake::pake::PakePubKey
source · pub struct PakePubKey { /* private fields */ }Expand description
The public key of the PAKE. this is the public key that is sent to the other party
Trait Implementations§
source§impl Clone for PakePubKey
impl Clone for PakePubKey
source§fn clone(&self) -> PakePubKey
fn clone(&self) -> PakePubKey
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 PakePubKey
impl Debug for PakePubKey
source§impl<'de> Deserialize<'de> for PakePubKey
impl<'de> Deserialize<'de> for PakePubKey
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
Auto Trait Implementations§
impl RefUnwindSafe for PakePubKey
impl Send for PakePubKey
impl Sync for PakePubKey
impl Unpin for PakePubKey
impl UnwindSafe for PakePubKey
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