pub struct Entropy32ToRandom<'a, E: Entropy32<'a>> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, E: Entropy32<'a>> Client32 for Entropy32ToRandom<'a, E>
impl<'a, E: Entropy32<'a>> Client32 for Entropy32ToRandom<'a, E>
Source§impl<'a, E: Entropy32<'a>> Rng<'a> for Entropy32ToRandom<'a, E>
impl<'a, E: Entropy32<'a>> Rng<'a> for Entropy32ToRandom<'a, E>
Auto Trait Implementations§
impl<'a, E> !Freeze for Entropy32ToRandom<'a, E>
impl<'a, E> !RefUnwindSafe for Entropy32ToRandom<'a, E>
impl<'a, E> !Send for Entropy32ToRandom<'a, E>
impl<'a, E> !Sync for Entropy32ToRandom<'a, E>
impl<'a, E> Unpin for Entropy32ToRandom<'a, E>
impl<'a, E> !UnwindSafe for Entropy32ToRandom<'a, E>
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