pub enum HandlerValueKind {
Input,
Result,
}Expand description
Whether a typed handler failed to adapt its input or result.
Variants§
Trait Implementations§
Source§impl Clone for HandlerValueKind
impl Clone for HandlerValueKind
Source§fn clone(&self) -> HandlerValueKind
fn clone(&self) -> HandlerValueKind
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 Debug for HandlerValueKind
impl Debug for HandlerValueKind
Source§impl Display for HandlerValueKind
impl Display for HandlerValueKind
Source§impl PartialEq for HandlerValueKind
impl PartialEq for HandlerValueKind
impl Copy for HandlerValueKind
impl Eq for HandlerValueKind
impl StructuralPartialEq for HandlerValueKind
Auto Trait Implementations§
impl Freeze for HandlerValueKind
impl RefUnwindSafe for HandlerValueKind
impl Send for HandlerValueKind
impl Sync for HandlerValueKind
impl Unpin for HandlerValueKind
impl UnwindSafe for HandlerValueKind
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