Struct wasmparser::collections::hash::RandomState
source · pub struct RandomState(/* private fields */);
Expand description
Wasmparser’s hashing state stored per-map.
This is DoS-resistant when the std
feature is activated and still somewhat
resistant when it’s not active but not as secure.
Trait Implementations§
source§impl BuildHasher for RandomState
impl BuildHasher for RandomState
source§type Hasher = RandomStateHasher
type Hasher = RandomStateHasher
Type of the hasher that will be created.
source§fn build_hasher(&self) -> RandomStateHasher
fn build_hasher(&self) -> RandomStateHasher
Creates a new hasher. Read more
source§impl Clone for RandomState
impl Clone for RandomState
source§fn clone(&self) -> RandomState
fn clone(&self) -> RandomState
Returns a copy 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 moresource§impl Debug for RandomState
impl Debug for RandomState
source§impl Default for RandomState
impl Default for RandomState
source§fn default() -> RandomState
fn default() -> RandomState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomState
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
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)