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