pub struct CacheIdentityMismatch;Expand description
Error returned by ProductKeyCache::insert when the supplied identity
does not match the identity the cache was created for.
Trait Implementations§
Source§impl Debug for CacheIdentityMismatch
impl Debug for CacheIdentityMismatch
Auto Trait Implementations§
impl Freeze for CacheIdentityMismatch
impl RefUnwindSafe for CacheIdentityMismatch
impl Send for CacheIdentityMismatch
impl Sync for CacheIdentityMismatch
impl Unpin for CacheIdentityMismatch
impl UnsafeUnpin for CacheIdentityMismatch
impl UnwindSafe for CacheIdentityMismatch
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