pub struct HString(pub String);Expand description
HString is a type that implements the Hasher interface for strings.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for HString
impl StructuralPartialEq for HString
Auto Trait Implementations§
impl Freeze for HString
impl RefUnwindSafe for HString
impl Send for HString
impl Sync for HString
impl Unpin for HString
impl UnsafeUnpin for HString
impl UnwindSafe for HString
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