Enum webc::v2::SignatureAlgorithm  
source · #[non_exhaustive]
pub enum SignatureAlgorithm {
    None,
}Expand description
The algorithm used when signing a WEBC file.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
None
Don’t create a signature.
Trait Implementations§
source§impl Debug for SignatureAlgorithm
 
impl Debug for SignatureAlgorithm
source§impl Default for SignatureAlgorithm
 
impl Default for SignatureAlgorithm
source§fn default() -> SignatureAlgorithm
 
fn default() -> SignatureAlgorithm
Returns the “default value” for a type. Read more