Struct multiversx_sc_codec::EncodeError
source · pub struct EncodeError(_);
Implementations§
source§impl EncodeError
impl EncodeError
pub fn message_bytes(&self) -> &'static [u8]
pub fn message_str(&self) -> &'static str
pub const UNSUPPORTED_OPERATION: EncodeError = _
Trait Implementations§
source§impl Debug for EncodeError
impl Debug for EncodeError
source§impl From<&'static [u8]> for EncodeError
impl From<&'static [u8]> for EncodeError
source§impl From<&'static str> for EncodeError
impl From<&'static str> for EncodeError
source§impl PartialEq<EncodeError> for EncodeError
impl PartialEq<EncodeError> for EncodeError
source§fn eq(&self, other: &EncodeError) -> bool
fn eq(&self, other: &EncodeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.