pub struct SystemRandom;Expand description
ferritls 的 SecureRandom 实现(OS 熵直读)。
Trait Implementations§
Source§impl Debug for SystemRandom
impl Debug for SystemRandom
Auto Trait Implementations§
impl Freeze for SystemRandom
impl RefUnwindSafe for SystemRandom
impl Send for SystemRandom
impl Sync for SystemRandom
impl Unpin for SystemRandom
impl UnsafeUnpin for SystemRandom
impl UnwindSafe for SystemRandom
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