pub struct AsciiGen(/* private fields */);Implementations§
Trait Implementations§
Source§impl RandomGenerator<AsciiGen> for ChaCha20Rng
impl RandomGenerator<AsciiGen> for ChaCha20Rng
impl Copy for AsciiGen
Auto Trait Implementations§
impl Freeze for AsciiGen
impl RefUnwindSafe for AsciiGen
impl Send for AsciiGen
impl Sync for AsciiGen
impl Unpin for AsciiGen
impl UnsafeUnpin for AsciiGen
impl UnwindSafe for AsciiGen
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