pub struct PublicKey { /* private fields */ }
Expand description
The binary representation of an Ed25519 public key This is used to verify JWT claims
Implementations§
Trait Implementations§
Source§impl FromRef<PublicKey> for DecodingKey
impl FromRef<PublicKey> for DecodingKey
Auto Trait Implementations§
impl Freeze for PublicKey
impl RefUnwindSafe for PublicKey
impl Send for PublicKey
impl Sync for PublicKey
impl Unpin for PublicKey
impl UnwindSafe for PublicKey
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