pub struct UnknownTypeError;
Trait Implementations§
Source§impl Debug for UnknownTypeError
impl Debug for UnknownTypeError
Source§impl PartialEq for UnknownTypeError
impl PartialEq for UnknownTypeError
impl Eq for UnknownTypeError
impl StructuralPartialEq for UnknownTypeError
Auto Trait Implementations§
impl Freeze for UnknownTypeError
impl RefUnwindSafe for UnknownTypeError
impl Send for UnknownTypeError
impl Sync for UnknownTypeError
impl Unpin for UnknownTypeError
impl UnwindSafe for UnknownTypeError
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.