pub struct StrLookupEmpty<LookupKey>where
LookupKey: Display,{ /* private fields */ }
Expand description
Trait Implementations§
Source§impl<LookupKey> PartialEq for StrLookupEmpty<LookupKey>
impl<LookupKey> PartialEq for StrLookupEmpty<LookupKey>
Source§impl<LookupKey> StrLookup for StrLookupEmpty<LookupKey>where
LookupKey: Display + FromCityHash,
impl<LookupKey> StrLookup for StrLookupEmpty<LookupKey>where
LookupKey: Display + FromCityHash,
impl<LookupKey> StructuralPartialEq for StrLookupEmpty<LookupKey>where
LookupKey: Display,
Auto Trait Implementations§
impl<LookupKey> Freeze for StrLookupEmpty<LookupKey>
impl<LookupKey> RefUnwindSafe for StrLookupEmpty<LookupKey>where
LookupKey: RefUnwindSafe,
impl<LookupKey> Send for StrLookupEmpty<LookupKey>where
LookupKey: Send,
impl<LookupKey> Sync for StrLookupEmpty<LookupKey>where
LookupKey: Sync,
impl<LookupKey> Unpin for StrLookupEmpty<LookupKey>where
LookupKey: Unpin,
impl<LookupKey> UnwindSafe for StrLookupEmpty<LookupKey>where
LookupKey: 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