pub struct MLDSA44PublicKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MLDSA44PublicKey
impl Clone for MLDSA44PublicKey
Source§fn clone(&self) -> MLDSA44PublicKey
fn clone(&self) -> MLDSA44PublicKey
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 MLDSA44PublicKey
impl Debug for MLDSA44PublicKey
Source§impl MLDSAPublicKeyLike for MLDSA44PublicKey
impl MLDSAPublicKeyLike for MLDSA44PublicKey
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 MLDSA44PublicKey
impl RefUnwindSafe for MLDSA44PublicKey
impl Send for MLDSA44PublicKey
impl Sync for MLDSA44PublicKey
impl Unpin for MLDSA44PublicKey
impl UnsafeUnpin for MLDSA44PublicKey
impl UnwindSafe for MLDSA44PublicKey
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