pub struct MLDSA87PublicKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MLDSA87PublicKey
impl Clone for MLDSA87PublicKey
Source§fn clone(&self) -> MLDSA87PublicKey
fn clone(&self) -> MLDSA87PublicKey
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 moreSource§impl Debug for MLDSA87PublicKey
impl Debug for MLDSA87PublicKey
Source§impl MLDSAPublicKeyLike for MLDSA87PublicKey
impl MLDSAPublicKeyLike for MLDSA87PublicKey
fn jwt_alg_name() -> &'static str
fn public_key(&self) -> &MLDSAPublicKey
fn key_id(&self) -> &Option<String>
fn set_key_id(&mut self, key_id: String)
fn verify_token<CustomClaims: DeserializeOwned>( &self, token: &str, options: Option<VerificationOptions>, ) -> Result<JWTClaims<CustomClaims>, Error>
fn create_key_id(&mut self) -> &str
Auto Trait Implementations§
impl Freeze for MLDSA87PublicKey
impl RefUnwindSafe for MLDSA87PublicKey
impl Send for MLDSA87PublicKey
impl Sync for MLDSA87PublicKey
impl Unpin for MLDSA87PublicKey
impl UnsafeUnpin for MLDSA87PublicKey
impl UnwindSafe for MLDSA87PublicKey
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