Searched defs:Alphabet (Results 1 – 7 of 7) sorted by relevance
23 pub struct Alphabet { struct27 impl Alphabet { implementation96 impl TryFrom<&str> for Alphabet { implementation
100 pub fn random_alphabet<R: Rng>(rng: &mut R) -> &'static alphabet::Alphabet { in random_alphabet()
11 enum Alphabet { enum16 impl Default for Alphabet { implementation22 impl FromStr for Alphabet { implementation
23 pub const fn new(alphabet: &Alphabet, config: NaiveConfig) -> Self { in new()
32 pub const fn new(alphabet: &Alphabet, config: GeneralPurposeConfig) -> Self { in new()
447 static const char Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64StringEntry() local
430 static const char Alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64StringEntry() local