pub struct UnableToFindType;
Expand description
An error that denotes we were unable to resolve the type used by a given key
Trait Implementations§
Source§impl Debug for UnableToFindType
impl Debug for UnableToFindType
Source§impl<WireErr> From<UnableToFindType> for SchemaError<WireErr>
impl<WireErr> From<UnableToFindType> for SchemaError<WireErr>
Source§fn from(_: UnableToFindType) -> Self
fn from(_: UnableToFindType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnableToFindType
impl RefUnwindSafe for UnableToFindType
impl Send for UnableToFindType
impl Sync for UnableToFindType
impl Unpin for UnableToFindType
impl UnwindSafe for UnableToFindType
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