Enum cyfs_base::PrivateKeyType
source · pub enum PrivateKeyType {
Rsa,
Secp256k1,
}
Variants
Rsa
Secp256k1
Implementations
sourceimpl PrivateKeyType
impl PrivateKeyType
Trait Implementations
sourceimpl Clone for PrivateKeyType
impl Clone for PrivateKeyType
sourcefn clone(&self) -> PrivateKeyType
fn clone(&self) -> PrivateKeyType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PrivateKeyType
impl Debug for PrivateKeyType
sourceimpl Default for PrivateKeyType
impl Default for PrivateKeyType
sourceimpl Display for PrivateKeyType
impl Display for PrivateKeyType
sourceimpl FromStr for PrivateKeyType
impl FromStr for PrivateKeyType
sourceimpl PartialEq<PrivateKeyType> for PrivateKeyType
impl PartialEq<PrivateKeyType> for PrivateKeyType
sourcefn eq(&self, other: &PrivateKeyType) -> bool
fn eq(&self, other: &PrivateKeyType) -> bool
impl Copy for PrivateKeyType
impl Eq for PrivateKeyType
impl StructuralEq for PrivateKeyType
impl StructuralPartialEq for PrivateKeyType
Auto Trait Implementations
impl RefUnwindSafe for PrivateKeyType
impl Send for PrivateKeyType
impl Sync for PrivateKeyType
impl Unpin for PrivateKeyType
impl UnwindSafe for PrivateKeyType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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