Enum ruma_identifiers::SigningKeyAlgorithm [−][src]
#[non_exhaustive]
pub enum SigningKeyAlgorithm {
Ed25519,
// some variants omitted
}Expand description
The signing key algorithms defined in the Matrix spec.
This type can hold an arbitrary string. To check for algorithms that are not available as a
documented variant here, use its string representation, obtained through .as_str().
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
The Ed25519 signature algorithm.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for SigningKeyAlgorithmimpl Send for SigningKeyAlgorithmimpl Sync for SigningKeyAlgorithmimpl Unpin for SigningKeyAlgorithmimpl UnwindSafe for SigningKeyAlgorithmBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V