pub enum WasmiumOutcome {
ValidSignature,
InvalidSignature,
InvalidSignatureBytes,
InvalidPublicKeyBytes,
InvalidKeypairBytes,
}
Variants§
Trait Implementations§
Source§impl Clone for WasmiumOutcome
impl Clone for WasmiumOutcome
Source§fn clone(&self) -> WasmiumOutcome
fn clone(&self) -> WasmiumOutcome
Returns a duplicate 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 WasmiumOutcome
impl Debug for WasmiumOutcome
Source§impl Ord for WasmiumOutcome
impl Ord for WasmiumOutcome
Source§fn cmp(&self, other: &WasmiumOutcome) -> Ordering
fn cmp(&self, other: &WasmiumOutcome) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WasmiumOutcome
impl PartialEq for WasmiumOutcome
Source§impl PartialOrd for WasmiumOutcome
impl PartialOrd for WasmiumOutcome
impl Copy for WasmiumOutcome
impl Eq for WasmiumOutcome
impl StructuralPartialEq for WasmiumOutcome
Auto Trait Implementations§
impl Freeze for WasmiumOutcome
impl RefUnwindSafe for WasmiumOutcome
impl Send for WasmiumOutcome
impl Sync for WasmiumOutcome
impl Unpin for WasmiumOutcome
impl UnwindSafe for WasmiumOutcome
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