pub enum SignatureAlgorithmChoice {
Ed25519,
}Expand description
Signature algorithm options for global configuration
Variants§
Ed25519
Ed25519 is chosen for its security and performance
Trait Implementations§
Source§impl Clone for SignatureAlgorithmChoice
impl Clone for SignatureAlgorithmChoice
Source§fn clone(&self) -> SignatureAlgorithmChoice
fn clone(&self) -> SignatureAlgorithmChoice
Returns a duplicate of the value. Read more
1.0.0 · 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 SignatureAlgorithmChoice
impl Debug for SignatureAlgorithmChoice
Source§impl Default for SignatureAlgorithmChoice
impl Default for SignatureAlgorithmChoice
Source§fn default() -> SignatureAlgorithmChoice
fn default() -> SignatureAlgorithmChoice
Returns the “default value” for a type. Read more
Source§impl PartialEq for SignatureAlgorithmChoice
impl PartialEq for SignatureAlgorithmChoice
impl Eq for SignatureAlgorithmChoice
impl StructuralPartialEq for SignatureAlgorithmChoice
Auto Trait Implementations§
impl Freeze for SignatureAlgorithmChoice
impl RefUnwindSafe for SignatureAlgorithmChoice
impl Send for SignatureAlgorithmChoice
impl Sync for SignatureAlgorithmChoice
impl Unpin for SignatureAlgorithmChoice
impl UnwindSafe for SignatureAlgorithmChoice
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