Struct rcgen::SignatureAlgorithm
source · [−]pub struct SignatureAlgorithm { /* private fields */ }
Expand description
Signature algorithm type
Implementations
sourceimpl SignatureAlgorithm
impl SignatureAlgorithm
sourcepub fn from_oid(oid: &[u64]) -> Result<&'static SignatureAlgorithm, RcgenError>
pub fn from_oid(oid: &[u64]) -> Result<&'static SignatureAlgorithm, RcgenError>
Retrieve the SignatureAlgorithm for the provided OID
Trait Implementations
sourceimpl Debug for SignatureAlgorithm
impl Debug for SignatureAlgorithm
sourceimpl Hash for SignatureAlgorithm
impl Hash for SignatureAlgorithm
The Hash
trait is not derived, but implemented according to impl of the PartialEq
trait
impl Eq for SignatureAlgorithm
Auto Trait Implementations
impl RefUnwindSafe for SignatureAlgorithm
impl Send for SignatureAlgorithm
impl Sync for SignatureAlgorithm
impl Unpin for SignatureAlgorithm
impl UnwindSafe for SignatureAlgorithm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more