pub struct Ed25519PublicKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&Ed25519PublicKey> for Jwk
impl From<&Ed25519PublicKey> for Jwk
Source§fn from(key: &Ed25519PublicKey) -> Self
fn from(key: &Ed25519PublicKey) -> Self
Converts to this type from the input type.
Source§impl From<PublicKey> for Ed25519PublicKey
impl From<PublicKey> for Ed25519PublicKey
Auto Trait Implementations§
impl Freeze for Ed25519PublicKey
impl RefUnwindSafe for Ed25519PublicKey
impl Send for Ed25519PublicKey
impl Sync for Ed25519PublicKey
impl Unpin for Ed25519PublicKey
impl UnsafeUnpin for Ed25519PublicKey
impl UnwindSafe for Ed25519PublicKey
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