Struct crypto::keys::age::IncorrectWorkFactor
source · pub struct IncorrectWorkFactor;Available on crate feature
age only.Expand description
Work factor representation is incorrect (>=64)
Trait Implementations§
source§impl Clone for IncorrectWorkFactor
impl Clone for IncorrectWorkFactor
source§fn clone(&self) -> IncorrectWorkFactor
fn clone(&self) -> IncorrectWorkFactor
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 IncorrectWorkFactor
impl Debug for IncorrectWorkFactor
source§impl From<IncorrectWorkFactor> for Error
impl From<IncorrectWorkFactor> for Error
source§fn from(_: IncorrectWorkFactor) -> Self
fn from(_: IncorrectWorkFactor) -> Self
Converts to this type from the input type.
source§impl PartialEq<IncorrectWorkFactor> for IncorrectWorkFactor
impl PartialEq<IncorrectWorkFactor> for IncorrectWorkFactor
source§fn eq(&self, other: &IncorrectWorkFactor) -> bool
fn eq(&self, other: &IncorrectWorkFactor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.