Struct jwt_simple::algorithms::Ed25519PublicKey [−][src]
pub struct Ed25519PublicKey { /* fields omitted */ }Implementations
Trait Implementations
fn verify_token<CustomClaims: Serialize + DeserializeOwned>(
&self,
token: &str,
options: Option<VerificationOptions>
) -> Result<JWTClaims<CustomClaims>, Error>Auto Trait Implementations
impl RefUnwindSafe for Ed25519PublicKeyimpl Send for Ed25519PublicKeyimpl Sync for Ed25519PublicKeyimpl Unpin for Ed25519PublicKeyimpl UnwindSafe for Ed25519PublicKeyBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V