Struct soroban_env_guest::ConversionError
source · pub struct ConversionError;
Expand description
Error type indicating a failure to convert some type to another; details of the failed conversion will typically be written to the debug log.
Trait Implementations§
source§impl Debug for ConversionError
impl Debug for ConversionError
source§impl From<BitSetError> for ConversionError
impl From<BitSetError> for ConversionError
source§fn from(_: BitSetError) -> ConversionError
fn from(_: BitSetError) -> ConversionError
Converts to this type from the input type.
source§impl From<ConversionError> for Status
impl From<ConversionError> for Status
source§fn from(_: ConversionError) -> Status
fn from(_: ConversionError) -> Status
Converts to this type from the input type.
source§impl From<Error> for ConversionError
impl From<Error> for ConversionError
source§fn from(_: Error) -> ConversionError
fn from(_: Error) -> ConversionError
Converts to this type from the input type.
source§impl From<Infallible> for ConversionError
impl From<Infallible> for ConversionError
source§fn from(_: Infallible) -> ConversionError
fn from(_: Infallible) -> ConversionError
Converts to this type from the input type.
source§impl From<SymbolError> for ConversionError
impl From<SymbolError> for ConversionError
source§fn from(_: SymbolError) -> ConversionError
fn from(_: SymbolError) -> ConversionError
Converts to this type from the input type.
source§impl PartialEq<ConversionError> for ConversionError
impl PartialEq<ConversionError> for ConversionError
source§fn eq(&self, other: &ConversionError) -> bool
fn eq(&self, other: &ConversionError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.