Struct multiversx_sc_codec::EncodeError 
source · pub struct EncodeError(/* private fields */);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 for EncodeError
 
impl PartialEq 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 ==.impl Eq for EncodeError
impl StructuralPartialEq for EncodeError
Auto Trait Implementations§
impl Freeze for EncodeError
impl RefUnwindSafe for EncodeError
impl Send for EncodeError
impl Sync for EncodeError
impl Unpin for EncodeError
impl UnwindSafe for EncodeError
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