pub struct IdentityPublicKeys {
pub encryption: IdentityEncryptionPublicKey,
pub signing: IdentitySigningPublicKey,
}Fields§
§encryption: IdentityEncryptionPublicKey§signing: IdentitySigningPublicKeyImplementations§
Source§impl IdentityPublicKeys
impl IdentityPublicKeys
pub fn identity_hash(&self) -> IdentityHash
pub fn public_key_bytes(&self) -> [u8; 64]
Trait Implementations§
Source§impl Clone for IdentityPublicKeys
impl Clone for IdentityPublicKeys
Source§fn clone(&self) -> IdentityPublicKeys
fn clone(&self) -> IdentityPublicKeys
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IdentityPublicKeys
Source§impl Debug for IdentityPublicKeys
impl Debug for IdentityPublicKeys
impl Eq for IdentityPublicKeys
Source§impl PartialEq for IdentityPublicKeys
impl PartialEq for IdentityPublicKeys
impl StructuralPartialEq for IdentityPublicKeys
Auto Trait Implementations§
impl Freeze for IdentityPublicKeys
impl RefUnwindSafe for IdentityPublicKeys
impl Send for IdentityPublicKeys
impl Sync for IdentityPublicKeys
impl Unpin for IdentityPublicKeys
impl UnsafeUnpin for IdentityPublicKeys
impl UnwindSafe for IdentityPublicKeys
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