Struct multiversx_sc::io::ArgErrorHandler
source · pub struct ArgErrorHandler<M>where
M: ManagedTypeApi + ErrorApi,{
pub arg_id: ArgId,
/* private fields */
}
Fields§
§arg_id: ArgId
Trait Implementations§
source§impl<M> Clone for ArgErrorHandler<M>where
M: ManagedTypeApi + ErrorApi + Clone,
impl<M> Clone for ArgErrorHandler<M>where M: ManagedTypeApi + ErrorApi + Clone,
source§fn clone(&self) -> ArgErrorHandler<M>
fn clone(&self) -> ArgErrorHandler<M>
Returns a copy 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<M> DecodeErrorHandler for ArgErrorHandler<M>where
M: ManagedTypeApi + ErrorApi,
impl<M> DecodeErrorHandler for ArgErrorHandler<M>where M: ManagedTypeApi + ErrorApi,
type HandledErr = !
fn handle_error(&self, err: DecodeError) -> Self::HandledErr
source§impl<M> From<ArgId> for ArgErrorHandler<M>where
M: ManagedTypeApi + ErrorApi,
impl<M> From<ArgId> for ArgErrorHandler<M>where M: ManagedTypeApi + ErrorApi,
impl<M> Copy for ArgErrorHandler<M>where M: ManagedTypeApi + ErrorApi,
Auto Trait Implementations§
impl<M> CodecFromSelf for ArgErrorHandler<M>where M: CodecFromSelf,
impl<M> RefUnwindSafe for ArgErrorHandler<M>where M: RefUnwindSafe,
impl<M> Send for ArgErrorHandler<M>where M: Send,
impl<M> Sync for ArgErrorHandler<M>where M: Sync,
impl<M> Unpin for ArgErrorHandler<M>where M: Unpin,
impl<M> UnwindSafe for ArgErrorHandler<M>where M: UnwindSafe,
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