pub struct Alphanumeric();Expand description
ASCII letter and number characters
Trait Implementations§
Source§impl Charset for Alphanumeric
impl Charset for Alphanumeric
Source§fn get_charset(&self) -> Vec<char>
fn get_charset(&self) -> Vec<char>
Return the character set as a vector of chars
Auto Trait Implementations§
impl Freeze for Alphanumeric
impl RefUnwindSafe for Alphanumeric
impl Send for Alphanumeric
impl Sync for Alphanumeric
impl Unpin for Alphanumeric
impl UnwindSafe for Alphanumeric
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