pub struct RandomState { /* private fields */ }Expand description
Implementationsยง
Sourceยงimpl RandomState
impl RandomState
1.7.0 ยท Sourcepub fn new() -> RandomState
pub fn new() -> RandomState
Constructs a new RandomState that is initialized with random keys.
ยงExamples
Trait Implementationsยง
1.7.0 ยท Sourceยงimpl BuildHasher for RandomState
impl BuildHasher for RandomState
Sourceยงtype Hasher = DefaultHasher
type Hasher = DefaultHasher
Type of the hasher that will be created.
Sourceยงfn build_hasher(&self) -> DefaultHasher
fn build_hasher(&self) -> DefaultHasher
Creates a new hasher. Read more
1.7.0 ยท Sourceยงimpl Clone for RandomState
impl Clone for RandomState
Sourceยงfn clone(&self) -> RandomState
fn clone(&self) -> RandomState
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more1.16.0 ยท Sourceยงimpl Debug for RandomState
impl Debug for RandomState
1.7.0 ยท Sourceยงimpl Default for RandomState
impl Default for RandomState
Sourceยงfn default() -> RandomState
fn default() -> RandomState
Constructs a new RandomState.
Auto Trait Implementationsยง
impl Freeze for RandomState
impl RefUnwindSafe for RandomState
impl Send for RandomState
impl Sync for RandomState
impl Unpin for RandomState
impl UnsafeUnpin 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
Mutably borrows from an owned value. Read more