pub struct HashBuilder { /* private fields */ }
Expand description
通用哈希构建器
Implementations§
Source§impl HashBuilder
impl HashBuilder
Auto Trait Implementations§
impl Freeze for HashBuilder
impl RefUnwindSafe for HashBuilder
impl Send for HashBuilder
impl Sync for HashBuilder
impl Unpin for HashBuilder
impl UnwindSafe for HashBuilder
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