#[repr(u32)]pub enum public_key_algorithms {
PKA_RSA = 0,
PKA_DSA = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for public_key_algorithms
impl Clone for public_key_algorithms
Source§fn clone(&self) -> public_key_algorithms
fn clone(&self) -> public_key_algorithms
Returns a copy 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 public_key_algorithms
impl Debug for public_key_algorithms
Source§impl Hash for public_key_algorithms
impl Hash for public_key_algorithms
Source§impl PartialEq for public_key_algorithms
impl PartialEq for public_key_algorithms
impl Copy for public_key_algorithms
impl Eq for public_key_algorithms
impl StructuralPartialEq for public_key_algorithms
Auto Trait Implementations§
impl Freeze for public_key_algorithms
impl RefUnwindSafe for public_key_algorithms
impl Send for public_key_algorithms
impl Sync for public_key_algorithms
impl Unpin for public_key_algorithms
impl UnwindSafe for public_key_algorithms
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