Struct std::collections::hash_map::RandomState
1.7.0 · source · pub struct RandomState { /* private fields */ }
Expand description
Implementations§
source§impl RandomState
impl RandomState
sourcepub fn new() -> RandomState
pub fn new() -> RandomState
Trait Implementations§
source§impl BuildHasher for RandomState
impl BuildHasher for RandomState
source§impl Clone for RandomState
impl Clone for RandomState
source§fn clone(&self) -> RandomState
fn clone(&self) -> RandomState
返回值的副本。 Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source
执行复制分配。 Read more1.16.0 · source§impl Debug for RandomState
impl Debug for RandomState
source§impl Default for RandomState
impl Default for RandomState
source§fn default() -> RandomState
fn default() -> RandomState
创建一个新的 RandomState
。
Auto Trait Implementations§
impl RefUnwindSafe for RandomState
impl Send for RandomState
impl Sync for RandomState
impl Unpin for RandomState
impl UnwindSafe for RandomState
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
从拥有的值中借用。 Read more