Struct password_gen::dictionary::Dictionary
source · [−]pub struct Dictionary { /* private fields */ }Implementations
sourceimpl Dictionary
impl Dictionary
pub fn new() -> Dictionary
pub fn numbers(&self) -> &Vec<&'static str>
pub fn ascii(&self) -> &Vec<&'static str>
pub fn ascii_extended(&self) -> &Vec<&'static str>
pub fn words(&self) -> &Vec<&'static str>
pub fn separators(&self) -> &Vec<&'static str>
pub fn alphanumeric(&self) -> &Vec<&'static str>
pub fn list_from_charset(&self, charset: &CharSet) -> &Vec<&'static str>
Auto Trait Implementations
impl RefUnwindSafe for Dictionary
impl Send for Dictionary
impl Sync for Dictionary
impl Unpin for Dictionary
impl UnwindSafe for Dictionary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more