Struct nekolib::utils::rand_gen_macro::AsciiGen
source · 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 RefUnwindSafe for AsciiGen
impl Send for AsciiGen
impl Sync for AsciiGen
impl Unpin 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