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>
impl<M> Clone for ArgErrorHandler<M>
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 = Infallible
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> Freeze for ArgErrorHandler<M>
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