pub struct NonRandomState;
Trait Implementations§
Source§impl BuildHasher for NonRandomState
impl BuildHasher for NonRandomState
Source§impl Clone for NonRandomState
impl Clone for NonRandomState
Source§fn clone(&self) -> NonRandomState
fn clone(&self) -> NonRandomState
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 moreSource§impl Debug for NonRandomState
impl Debug for NonRandomState
Source§impl Default for NonRandomState
impl Default for NonRandomState
Source§fn default() -> NonRandomState
fn default() -> NonRandomState
Returns the “default value” for a type. Read more
impl Copy for NonRandomState
Auto Trait Implementations§
impl Freeze for NonRandomState
impl RefUnwindSafe for NonRandomState
impl Send for NonRandomState
impl Sync for NonRandomState
impl Unpin for NonRandomState
impl UnwindSafe for NonRandomState
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