Struct nekolib::utils::rand_gen_macro::AsciiString
source · pub struct AsciiString(pub usize);
Tuple Fields§
§0: usize
Implementations§
source§impl AsciiString
impl AsciiString
pub fn charset(self, cs: u128) -> AsciiStringOfCharset
pub fn distribution(self, d: &[(u128, u32)]) -> AsciiStringOfDistribution
Trait Implementations§
source§impl Clone for AsciiString
impl Clone for AsciiString
source§fn clone(&self) -> AsciiString
fn clone(&self) -> AsciiString
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl GenOptions for AsciiString
impl GenOptions for AsciiString
type OptionType = AsciiString
fn options(self) -> Self
impl Copy for AsciiString
Auto Trait Implementations§
impl RefUnwindSafe for AsciiString
impl Send for AsciiString
impl Sync for AsciiString
impl Unpin for AsciiString
impl UnwindSafe for AsciiString
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