Struct cosmwasm_std::OverflowError [−][src]
pub struct OverflowError {
pub operation: OverflowOperation,
pub operand1: String,
pub operand2: String,
}Fields
operation: OverflowOperationoperand1: Stringoperand2: StringImplementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OverflowErrorimpl Send for OverflowErrorimpl Sync for OverflowErrorimpl Unpin for OverflowErrorimpl UnwindSafe for OverflowError