pub enum RequestProofError {
OperationId,
InvalidProof,
Identity,
Signature,
RequestMetadata,
}Variants§
Trait Implementations§
Source§impl Clone for RequestProofError
impl Clone for RequestProofError
Source§impl Debug for RequestProofError
impl Debug for RequestProofError
Source§impl Display for RequestProofError
impl Display for RequestProofError
impl Eq for RequestProofError
Source§impl Error for RequestProofError
impl Error for RequestProofError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 PartialEq for RequestProofError
impl PartialEq for RequestProofError
impl StructuralPartialEq for RequestProofError
Auto Trait Implementations§
impl Freeze for RequestProofError
impl RefUnwindSafe for RequestProofError
impl Send for RequestProofError
impl Sync for RequestProofError
impl Unpin for RequestProofError
impl UnsafeUnpin for RequestProofError
impl UnwindSafe for RequestProofError
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