pub enum KeysError {
Ed25519DalekSignatureError,
}Variants§
Ed25519DalekSignatureError
Trait Implementations§
source§impl<'de> Deserialize<'de> for KeysError
impl<'de> Deserialize<'de> for KeysError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Error for KeysError
impl Error for KeysError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for KeysError
impl From<Error> for KeysError
source§fn from(_: SignatureError) -> Self
fn from(_: SignatureError) -> Self
Converts to this type from the input type.
source§impl From<KeysError> for ActorError
impl From<KeysError> for ActorError
Auto Trait Implementations§
impl RefUnwindSafe for KeysError
impl Send for KeysError
impl Sync for KeysError
impl Unpin for KeysError
impl UnwindSafe for KeysError
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