pub enum RsaHashAlgorithm {
Sha256,
Sha384,
Sha512,
}Expand description
RSA hash algorithms.
Variants§
Trait Implementations§
Source§impl Clone for RsaHashAlgorithm
impl Clone for RsaHashAlgorithm
Source§fn clone(&self) -> RsaHashAlgorithm
fn clone(&self) -> RsaHashAlgorithm
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 RsaHashAlgorithm
impl Debug for RsaHashAlgorithm
Source§impl PartialEq for RsaHashAlgorithm
impl PartialEq for RsaHashAlgorithm
impl Copy for RsaHashAlgorithm
impl Eq for RsaHashAlgorithm
impl StructuralPartialEq for RsaHashAlgorithm
Auto Trait Implementations§
impl Freeze for RsaHashAlgorithm
impl RefUnwindSafe for RsaHashAlgorithm
impl Send for RsaHashAlgorithm
impl Sync for RsaHashAlgorithm
impl Unpin for RsaHashAlgorithm
impl UnsafeUnpin for RsaHashAlgorithm
impl UnwindSafe for RsaHashAlgorithm
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