Enum webc::v2::SignatureAlgorithm
source · #[non_exhaustive]pub enum SignatureAlgorithm {
None,
}Available on crate feature
v2 only.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
Auto Trait Implementations§
impl Freeze for SignatureAlgorithm
impl RefUnwindSafe for SignatureAlgorithm
impl Send for SignatureAlgorithm
impl Sync for SignatureAlgorithm
impl Unpin for SignatureAlgorithm
impl UnwindSafe for SignatureAlgorithm
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