pub struct InsecureSplitmixProvider;Expand description
Default-Provider — explicit not for security.
Wraps die Library-internal generate_masking_key-Funktion.
Trait Implementations§
Source§impl Debug for InsecureSplitmixProvider
impl Debug for InsecureSplitmixProvider
Source§impl Default for InsecureSplitmixProvider
impl Default for InsecureSplitmixProvider
Source§fn default() -> InsecureSplitmixProvider
fn default() -> InsecureSplitmixProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InsecureSplitmixProvider
impl RefUnwindSafe for InsecureSplitmixProvider
impl Send for InsecureSplitmixProvider
impl Sync for InsecureSplitmixProvider
impl Unpin for InsecureSplitmixProvider
impl UnsafeUnpin for InsecureSplitmixProvider
impl UnwindSafe for InsecureSplitmixProvider
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