pub struct StdEntropy;Expand description
OS randomness via getrandom when std is enabled.
Trait Implementations§
Source§impl Clone for StdEntropy
impl Clone for StdEntropy
Source§fn clone(&self) -> StdEntropy
fn clone(&self) -> StdEntropy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StdEntropy
impl Debug for StdEntropy
Source§impl Default for StdEntropy
impl Default for StdEntropy
Source§fn default() -> StdEntropy
fn default() -> StdEntropy
Returns the “default value” for a type. Read more
Source§impl EntropySource for StdEntropy
Available on crate feature std only.
impl EntropySource for StdEntropy
Available on crate feature
std only.impl Copy for StdEntropy
Auto Trait Implementations§
impl Freeze for StdEntropy
impl RefUnwindSafe for StdEntropy
impl Send for StdEntropy
impl Sync for StdEntropy
impl Unpin for StdEntropy
impl UnsafeUnpin for StdEntropy
impl UnwindSafe for StdEntropy
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